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.
18 lines
563 B
18 lines
563 B
INCLUDES = -I$(srcdir) -I$(top_srcdir) $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libjavascript.la
|
|
|
|
libjavascript_la_SOURCES = javascript.cpp
|
|
libjavascript_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -no-undefined -avoid-version
|
|
libjavascript_la_LIBADD = -lkscript ../libkjsembed.la
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
servicetypedir = $(kde_servicesdir)
|
|
servicetype_DATA = javascript.desktop
|
|
|
|
katescriptsdir = $(kde_datadir)/kate/scripts
|
|
katescripts_DATA = swaptabs.desktop swaptabs.ui
|
|
katescripts_SCRIPTS = swaptabs.js
|