From 9a2ffe6c188b2049f76c8cf608a3b530a6c23d28 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 22 Nov 2019 14:06:49 +0100 Subject: Drop automake build support. Add basic cmake build instructions. Add a man page taken from Debian packaging. Delete empty file NEWS. Rework on the README, INSTALL and help page. Signed-off-by: gregory guy (cherry picked from commit 8a5ab0cb65d78b80d7b9654077e24b8078b840df) --- src/part/Makefile.am | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/part/Makefile.am (limited to 'src/part/Makefile.am') diff --git a/src/part/Makefile.am b/src/part/Makefile.am deleted file mode 100644 index aa3c0ad..0000000 --- a/src/part/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -SUBDIRS = radialMap -INCLUDES = $(all_includes) -I$(top_srcdir)/src -METASOURCES = AUTO - -#Part -kde_module_LTLIBRARIES = libfilelight.la -libfilelight_la_LIBADD = ./radialMap/libradialmap.la $(LIB_TDEFILE) $(LIB_TDEPARTS) $(LIB_TDEUI) $(LIB_QT) -libfilelight_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -ltdeui -ltdeio -ltdefx -libfilelight_la_SOURCES = \ - dialog.ui \ - part.cpp \ - scan.cpp \ - progressBox.cpp \ - Config.cpp \ - settingsDialog.cpp \ - fileTree.cpp \ - localLister.cpp \ - remoteLister.cpp \ - summaryWidget.cpp -- cgit v1.2.1