From 8097d72273656e748d5bf2e1cf72d8d66d73bab7 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 9 Oct 2019 15:31:35 +0200 Subject: Drop automake build support. Add basic cmake build instructions. Deleted empty files: NEWS and TODO. Add description in README. Signed-off-by: gregory guy --- src/Makefile.am | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/Makefile.am (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index f2ae6f2..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_TQT) $(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 - -- cgit v1.2.1