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.
|
|
|
SUBDIRS = . sample
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/kio -I$(top_srcdir) -I$(srcdir) -I$(srcdir)/.. $(all_includes)
|
|
|
|
|
|
|
|
#lib_LTLIBRARIES = libkscriptloader.la libkscript.la
|
|
|
|
lib_LTLIBRARIES = libkscript.la
|
|
|
|
#libkscriptloader_la_SOURCES = scriptloader.cpp
|
|
|
|
#libkscriptloader_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
|
|
#libkscriptloader_la_LIBADD = $(LIB_KPARTS)
|
|
|
|
|
|
|
|
libkscript_la_SOURCES = scriptmanager.cpp
|
|
|
|
libkscript_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
|
|
|
|
libkscript_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
|
|
|
|
|
|
|
|
kscriptinclude_HEADERS = scriptinterface.h scriptclientinterface.h scriptmanager.h
|
|
|
|
kscriptincludedir = $(includedir)
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
servicetypedir = $(kde_servicetypesdir)
|
|
|
|
servicetype_DATA = scriptinterface.desktop
|