You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/quanta/components/debugger/interfaces/Makefile.am

18 lines
477 B

METASOURCES = AUTO
noinst_LTLIBRARIES = libdebuggerinterface.la
libdebuggerinterface_la_LDFLAGS = $(all_libraries)
libdebuggerinterface_la_SOURCES = debuggerinterface.cpp debuggerclient.cpp
# Definition of the service type
kde_servicetypes_DATA = quantadebugger.desktop
INCLUDES = -I$(top_srcdir)/quanta/components/debugger \
-I$(top_srcdir)/quanta/components/debugger/interfaces \
-I$(top_srcdir)/quanta/project \
-I$(top_srcdir)/utility \
$(all_includes)