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.
11 lines
505 B
11 lines
505 B
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extensions $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
noinst_LTLIBRARIES = libkdevdcopextensions.la
|
|
libkdevdcopextensions_la_LDFLAGS = $(all_libraries)
|
|
libkdevdcopextensions_la_SOURCES = KDevAppFrontendIface.cpp \
|
|
KDevMakeFrontendIface.cpp KDevAppFrontendIface.skel KDevMakeFrontendIface.skel
|
|
|
|
dcopincludeextdir = $(includedir)/kdevelop/interfaces/extensions/dcop
|
|
dcopincludeext_HEADERS = KDevAppFrontendIface.h KDevMakeFrontendIface.h
|