From bcb704366cb5e333a626c18c308c7e0448a8e69f Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- knewsticker/common/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 knewsticker/common/Makefile.am (limited to 'knewsticker/common/Makefile.am') diff --git a/knewsticker/common/Makefile.am b/knewsticker/common/Makefile.am new file mode 100644 index 00000000..60fddef7 --- /dev/null +++ b/knewsticker/common/Makefile.am @@ -0,0 +1,13 @@ +INCLUDES = $(all_includes) + +noinst_LTLIBRARIES = libknewstickercommon.la + +noinst_HEADERS = configiface.h configaccess.h newsiconmgr.h xmlnewsaccess.h \ + newsengine.h + +METASOURCES = AUTO + +libknewstickercommon_la_SOURCES = newsiconmgr.cpp xmlnewsaccess.cpp \ + configaccess.cpp newsiconmgr.skel newsengine.cpp +libknewstickercommon_la_LIBADD = $(LIB_KIO) $(LIB_KDECORE) +libknewstickercommon_la_LDFLAGS = $(all_libraries) -no-undefined -- cgit v1.2.1