diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-11-22 14:06:49 +0100 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2019-11-27 14:01:24 +0000 |
commit | 8a5ab0cb65d78b80d7b9654077e24b8078b840df (patch) | |
tree | ad68775a52c90009218061a07cc181a5acfb4470 /src/app/Makefile.am | |
parent | c883e565c7ecc643a4cf9b5b8fdb0570f962f30c (diff) | |
download | filelight-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.am | 8 |
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 |