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.
22 lines
643 B
22 lines
643 B
15 years ago
|
AM_CPPFLAGS = $(all_includes)
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
kde_module_LTLIBRARIES = kcm_kthememanager.la
|
||
|
|
||
|
kcm_kthememanager_la_SOURCES = kthemedlg.ui newthemewidget.ui knewthemedlg.cpp ktheme.cpp kthememanager.cpp
|
||
|
kcm_kthememanager_la_LIBADD = $(LIB_KIO)
|
||
|
kcm_kthememanager_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
||
|
|
||
|
noinst_HEADERS = kthememanager.h ktheme.h knewthemedlg.h kthemedlg.ui.h
|
||
|
|
||
|
xdg_apps_DATA = kthememanager.desktop installktheme.desktop
|
||
|
|
||
|
# MIME type
|
||
|
kthememime_DATA = x-ktheme.desktop
|
||
|
kthememimedir = $(kde_mimedir)/application
|
||
|
|
||
|
bin_SCRIPTS = kdeinstallktheme
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(XGETTEXT) *.cpp -o $(podir)/kthememanager.pot
|