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.
14 lines
526 B
14 lines
526 B
INCLUDES = -I$(top_srcdir)/tdeio -I$(top_srcdir)/interfaces -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/interfaces/tdescript $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libshellscript.la
|
|
|
|
libshellscript_la_SOURCES = shellscript.cpp
|
|
libshellscript_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined -avoid-version
|
|
libshellscript_la_LIBADD = ../libtdescript.la $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
servicetypedir = $(kde_servicesdir)
|
|
servicetype_DATA = shellscript.desktop
|