From 17002c193dcecec2cf95289e45ce29851c8ae804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 4 Jul 2021 02:09:29 +0200 Subject: Drop automake build support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/newstuff/Makefile.am | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/newstuff/Makefile.am (limited to 'src/newstuff/Makefile.am') 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 - -- cgit v1.2.1