summaryrefslogtreecommitdiffstats
path: root/src/app/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-11-22 14:06:49 +0100
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2019-11-27 14:01:24 +0000
commit8a5ab0cb65d78b80d7b9654077e24b8078b840df (patch)
treead68775a52c90009218061a07cc181a5acfb4470 /src/app/Makefile.am
parentc883e565c7ecc643a4cf9b5b8fdb0570f962f30c (diff)
downloadfilelight-8a5ab0cb65d78b80d7b9654077e24b8078b840df.tar.gz
filelight-8a5ab0cb65d78b80d7b9654077e24b8078b840df.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>
Diffstat (limited to 'src/app/Makefile.am')
-rw-r--r--src/app/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/app/Makefile.am b/src/app/Makefile.am
deleted file mode 100644
index 1e72ea4..0000000
--- a/src/app/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = $(all_includes) -I$(top_srcdir)/src
-METASOURCES = AUTO
-
-# Application
-bin_PROGRAMS = filelight
-filelight_SOURCES = historyAction.cpp mainWindow.cpp main.cpp
-filelight_LDADD = $(LIB_TDEPARTS) $(LIB_TDEUI)
-filelight_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor