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
563 B
19 lines
563 B
SUBDIRS = pics
|
|
|
|
INCLUDES = -I$(top_srcdir)/ksplashml/themeengine $(all_includes)
|
|
|
|
ksplashredmond_la_SOURCES = previewredmond.cpp themeredmond.cpp
|
|
ksplashredmond_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module $(KDE_PLUGIN)
|
|
ksplashredmond_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEIO) ../libksplashthemes.la
|
|
METASOURCES = AUTO
|
|
|
|
kde_module_LTLIBRARIES = ksplashredmond.la
|
|
|
|
noinst_HEADERS = themeredmond.h previewredmond.h
|
|
|
|
servicesdir = $(kde_servicesdir)
|
|
services_DATA = ksplashredmond.desktop
|
|
|
|
themedir = $(kde_datadir)/ksplash/Themes/Redmond
|
|
theme_DATA = Theme.rc
|