summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-25 00:31:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-25 00:31:10 +0000
commit2c9d244021470c8eaefb5e2f18b549314511ce73 (patch)
tree4d5d578963232b772ad4962c6378bdd60e6b6169 /src/common
parentf508189682b6fba62e08feeb1596f682bad5fff9 (diff)
downloadpiklab-2c9d244021470c8eaefb5e2f18b549314511ce73.tar.gz
piklab-2c9d244021470c8eaefb5e2f18b549314511ce73.zip
Automake fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1095770 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/common')
-rw-r--r--src/common/common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common/Makefile.am b/src/common/common/Makefile.am
index 0f68067..1a6e344 100644
--- a/src/common/common/Makefile.am
+++ b/src/common/common/Makefile.am
@@ -4,6 +4,6 @@ METASOURCES = AUTO
noinst_LTLIBRARIES = libcommon.la
libcommon_la_SOURCES = bitvalue.cpp group.cpp misc.cpp number.cpp purl_base.cpp \
storage.cpp synchronous.cpp version_data.cpp
-libcommon_la_LDFLAGS = $(all_libraries)
+libcommon_la_LDFLAGS = $(all_libraries) $(LIB_KDECORE)