diff options
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 - |