blob: f3bd64329e13f1b0e20f8a9a341bbffd3dfc409b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
|