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.
19 lines
544 B
19 lines
544 B
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libkhtmlsettingsplugin.la
|
|
|
|
libkhtmlsettingsplugin_la_SOURCES = settingsplugin.cpp
|
|
libkhtmlsettingsplugin_la_LIBADD = $(LIB_KHTML)
|
|
libkhtmlsettingsplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
pluginsdir = $(kde_datadir)/khtml/kpartplugins
|
|
plugins_DATA = khtmlsettingsplugin.rc khtmlsettingsplugin.desktop
|
|
|
|
appsdir = $(kde_appsdir)/.hidden
|
|
apps_DATA = khtmlsettingsplugin.desktop
|
|
|
|
METASOURCES = AUTO
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/khtmlsettingsplugin.pot
|