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
584 B
18 lines
584 B
15 years ago
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
kde_module_LTLIBRARIES = kcm_kviewviewerpluginsconfig.la
|
||
|
|
||
|
noinst_HEADERS = kviewviewerpluginsconfig.h
|
||
|
|
||
|
kcm_kviewviewerpluginsconfig_la_SOURCES = kviewviewerpluginsconfig.cpp
|
||
|
kcm_kviewviewerpluginsconfig_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||
|
kcm_kviewviewerpluginsconfig_la_LIBADD = $(LIB_KUTILS)
|
||
|
|
||
|
kcm_kviewviewerpluginsconfig_DATA = kviewviewerpluginsconfig.desktop
|
||
|
kcm_kviewviewerpluginsconfigdir = $(kde_servicesdir)/kconfiguredialog
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(XGETTEXT) *.cpp *.h -o $(podir)/kcm_kviewviewerpluginsconfig.pot
|