summaryrefslogtreecommitdiffstats
path: root/interfaces/kscript/sample/Makefile.am
blob: 5dae5193f0f7dddc9db2bc8e0b52efa98a0bfc69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
INCLUDES = -I$(top_srcdir)/kio -I$(top_srcdir)/interfaces -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/interfaces/kscript $(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 = ../libkscript.la $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la


METASOURCES = AUTO

servicetypedir = $(kde_servicesdir)
servicetype_DATA = shellscript.desktop