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.
|
|
|
# Makefile.am for tdebase/ksplashml/kcmksplash
|
|
|
|
SUBDIRS=pics
|
|
|
|
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = kcm_ksplashthemes.la
|
|
|
|
|
|
|
|
kcm_ksplashthemes_la_SOURCES = installer.cpp main.cpp
|
|
|
|
noinst_HEADERS = installer.h
|
|
|
|
|
|
|
|
kcm_ksplashthemes_la_LIBADD = $(LIB_TDEIO)
|
|
|
|
kcm_ksplashthemes_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
|
|
|
|
|
|
xdg_apps_DATA = ksplashthememgr.desktop
|
|
|
|
|
|
|
|
messages: rc.cpp
|
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/ksplashthemes.pot
|