From 7d8a8bdafccd66e70f313ee233cff920eac9d830 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 22 Feb 2010 19:13:25 +0000 Subject: Added KDE3 moodin engine git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksplash-engine-moodin@1094437 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..05543f9 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,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) +ksplashmoodin_la_LIBADD = $(LIB_KDEUI) -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/* -- cgit v1.2.1