blob: 9054dcbf49197944b5905ffc1431da3e7358f184 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
noinst_LIBRARIES = libnewstuff.a
libnewstuff_a_METASOURCES = AUTO
libnewstuff_a_SOURCES = manager.cpp dialog.cpp newscript.cpp providerloader.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
|