summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-02-07 13:14:03 +0100
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-02-08 12:01:00 +0900
commitc0224efaa1a553545d6254513a6085fee1230b59 (patch)
treec014e4a29948c052fb7dd269cc9a09c39e1a1b56 /src/Makefile.am
parent2225023dfbb33087b21296b9782a4bb01bfac5d9 (diff)
downloadksplash-engine-moodin-c0224efaa1a553545d6254513a6085fee1230b59.tar.gz
ksplash-engine-moodin-c0224efaa1a553545d6254513a6085fee1230b59.zip
Drop automake build support.
Add basic cmake build instructions. Delete empty files NEWS, TODO and ChangeLog. Rework of files README and THEMEOPTIONS. Add file README-fr. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit c3e3ea8f7b906428a69dd268988791d97c810f5a)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 80a0d8f..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-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/*