diff options
author | gregory guy <[email protected]> | 2020-02-07 13:14:03 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-02-07 13:14:03 +0100 |
commit | c3e3ea8f7b906428a69dd268988791d97c810f5a (patch) | |
tree | f154d9ed6540753ca83f271c1f957b85644ce984 /src/Makefile.am | |
parent | 10e62dea63f23716e74709dc6471fea47bd6ccfe (diff) | |
download | ksplash-engine-moodin-c3e3ea8f7b906428a69dd268988791d97c810f5a.tar.gz ksplash-engine-moodin-c3e3ea8f7b906428a69dd268988791d97c810f5a.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 <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 2938e02..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,21 +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_TQT) $(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 - -themeArchitecturedir = $(kde_datadir)/ksplash/Themes/Architecture -themeArchitecture_DATA = themes/Architecture/* -themeFingerPrintdir = $(kde_datadir)/ksplash/Themes/FingerPrint -themeFingerPrint_DATA = themes/FingerPrint/* -themeMoodinKDEdir = $(kde_datadir)/ksplash/Themes/MoodinKDE -themeMoodinKDE_DATA = themes/MoodinKDE/* |