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
528 B
18 lines
528 B
INCLUDES = $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
kde_module_LTLIBRARIES = kcm_kviewpluginsconfig.la
|
|
|
|
noinst_HEADERS = kviewpluginsconfig.h
|
|
|
|
kcm_kviewpluginsconfig_la_SOURCES = kviewpluginsconfig.cpp
|
|
kcm_kviewpluginsconfig_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
kcm_kviewpluginsconfig_la_LIBADD = $(LIB_TDEUTILS)
|
|
|
|
kcm_kviewpluginsconfig_DATA = kviewpluginsconfig.desktop
|
|
kcm_kviewpluginsconfigdir = $(kde_servicesdir)/tdeconfiguredialog
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/kcm_kviewpluginsconfig.pot
|