diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-09 15:31:35 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-10-09 17:49:37 +0200 |
commit | 8097d72273656e748d5bf2e1cf72d8d66d73bab7 (patch) | |
tree | b44799f45f01e9d351998e8c52190908a3e48ea6 /src | |
parent | 1fafb1fc903058a14d7a3bcc02a755dcc8ca0db9 (diff) | |
download | kcmautostart-8097d72273656e748d5bf2e1cf72d8d66d73bab7.tar.gz kcmautostart-8097d72273656e748d5bf2e1cf72d8d66d73bab7.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>
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 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 - |