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.
15 lines
512 B
15 lines
512 B
AM_CPPFLAGS = -I$(kde_includes)/kdevelop/interfaces -I$(kde_includes)/kdevelop/util -I$(kde_includes)/kinterfacedesigner $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libkdev%{APPNAMELC}.la
|
|
libkdev%{APPNAMELC}_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
libkdev%{APPNAMELC}_la_LIBADD = -lkdevelop
|
|
libkdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}_part.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|
|
servicedir = $(kde_servicesdir)
|
|
service_DATA = kdev%{APPNAMELC}.desktop
|
|
|
|
rcdir = $(kde_datadir)/kdev%{APPNAMELC}
|
|
rc_DATA = kdev%{APPNAMELC}.rc
|