diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-09 15:31:35 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-10-12 23:49:54 +0900 |
commit | 95edb7e8a67e55ae16666376798690ce14f7d95f (patch) | |
tree | c1b42b492e83683ed018edd0d8fd5dfb85a553e9 /src | |
parent | e20dabaa3f7755b922902ba6737566788794be0b (diff) | |
download | kcmautostart-95edb7e8a67e55ae16666376798690ce14f7d95f.tar.gz kcmautostart-95edb7e8a67e55ae16666376798690ce14f7d95f.zip |
Drop automake build support.
Add basic cmake build instructions.
Deleted empty files: NEWS and TODO.
Add description in README.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 8097d72273656e748d5bf2e1cf72d8d66d73bab7)
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index e38a628..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO - -# Install this plugin in the KDE modules directory -kde_module_LTLIBRARIES = kcm_autostart.la - -kcm_autostart_la_SOURCES = autostart.cpp -kcm_autostart_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) -kcm_autostart_la_LDFLAGS = -avoid-version -module -no-undefined \ - $(all_libraries) - - -xdg_apps_DATA = autostart.desktop - - -messages: rc.cpp - $(EXTRACTRC) `find -name \*.ui -o -name \*.rc` > rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/kcmautostart.pot - |