diff options
author | gregory guy <[email protected]> | 2019-10-21 12:47:12 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-10-21 12:47:12 +0200 |
commit | e7dbd05dac9173bb57af5ab5e2f1eadb267a8121 (patch) | |
tree | dbfc8d83d0e883f36cd2370e1c61c7993dcdb6ff /src/Makefile.am | |
parent | 0c50afd1a77ba2fd1ee729d9fe616dd42e1897df (diff) | |
download | knetstats-e7dbd05dac9173bb57af5ab5e2f1eadb267a8121.tar.gz knetstats-e7dbd05dac9173bb57af5ab5e2f1eadb267a8121.zip |
Drop automake build support.
Add basic cmake instructions in an INSTALL file.
Rework of the README file as well as the help page.
The knetstats.desktop file has been moved to the "src" folder.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 2875827..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDES = $(all_includes) - -SUBDIRS = pics - -bin_PROGRAMS = knetstats - -knetstats_SOURCES = configurebase.ui configure.cpp statisticsbase.ui main.cpp \ - knetstats.cpp knetstatsview.cpp statistics.cpp chart.cpp interface.cpp -knetstats_LDADD = $(LIB_TDEUI) -knetstats_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -METASOURCES = configure.moc knetstats.moc knetstatsview.moc statistics.moc - -# these are the headers for your project -noinst_HEADERS = chart.h configure.h knetstats.h knetstatsview.h statistics.h \ - interface.h - -messages: rc.cpp - $(EXTRACTRC) *.ui >> rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/knetstats.pot - -KDE_OPTIONS = nofinal - |