diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-11-22 14:06:49 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-11-27 23:07:06 +0900 |
commit | 9a2ffe6c188b2049f76c8cf608a3b530a6c23d28 (patch) | |
tree | 573b1e41d549851839e381b63e4707776992d98c /src/part/Makefile.am | |
parent | e2e116f8adc3a7f732ac70a3c795deaedf8b3f4c (diff) | |
download | filelight-9a2ffe6c188b2049f76c8cf608a3b530a6c23d28.tar.gz filelight-9a2ffe6c188b2049f76c8cf608a3b530a6c23d28.zip |
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 <gregory-tde@laposte.net>
(cherry picked from commit 8a5ab0cb65d78b80d7b9654077e24b8078b840df)
Diffstat (limited to 'src/part/Makefile.am')
-rw-r--r-- | src/part/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
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 |