blob: 80a0d8f0be3b65da8cdea2259ca095ecfd58e049 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
INCLUDES = $(all_includes) -I$(kde_includes)/ksplash
kde_module_LTLIBRARIES = ksplashmoodin.la
ksplashmoodin_la_SOURCES = thememoodin.cpp effectwidget.cpp cache.cpp magiclabel.cpp scaler.cpp
ksplashmoodin_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) -ltdefx
ksplashmoodin_la_LIBADD = $(LIB_TDEUI) -lksplashthemes
METASOURCES = AUTO
noinst_HEADERS = thememoodin.h effectwidget.h cache.h magiclabel.h scaler.h
servicesdir = $(kde_servicesdir)
services_DATA = ksplashmoodin.desktop
themeMoodinKDEdir = $(kde_datadir)/ksplash/Themes/MoodinKDE
themeMoodinKDE_DATA = themes/MoodinKDE/*
themeFingerPrintdir = $(kde_datadir)/ksplash/Themes/FingerPrint
themeFingerPrint_DATA = themes/FingerPrint/*
|