blob: dba1986b39ed46f770f1cab5d43abb7b88d9ca31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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)
|