diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 02:09:29 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 17:40:44 +0200 |
commit | 17002c193dcecec2cf95289e45ce29851c8ae804 (patch) | |
tree | 5b4586b6f1f1b4a96333de81c5c297a605fd6863 /src/newstuff/Makefile.am | |
parent | 92f5d345028b7abfe69e087495ebd933bb68b2c9 (diff) | |
download | tellico-17002c193dcecec2cf95289e45ce29851c8ae804.tar.gz tellico-17002c193dcecec2cf95289e45ce29851c8ae804.zip |
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/newstuff/Makefile.am')
-rw-r--r-- | src/newstuff/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/newstuff/Makefile.am b/src/newstuff/Makefile.am deleted file mode 100644 index 1c962bc..0000000 --- a/src/newstuff/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -noinst_LIBRARIES = libnewstuff.a - -libnewstuff_a_METASOURCES = AUTO - -libnewstuff_a_SOURCES = manager.cpp dialog.cpp newscript.cpp - -CLEANFILES = *~ - -EXTRA_DIST = \ -manager.h manager.cpp \ -dialog.h dialog.cpp \ -newscript.h newscript.cpp \ -providerloader.h providerloader.cpp - -AM_CPPFLAGS = $(all_includes) - -KDE_OPTIONS = noautodist - |