summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 01:43:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 01:43:47 +0000
commitc6d4ce81d436431af655c30781b39ed0dfed66a7 (patch)
tree8ba2cd415e176970d57985a58b67b83b5f96f5e8
parent7d8a8bdafccd66e70f313ee233cff920eac9d830 (diff)
downloadksplash-engine-moodin-c6d4ce81d436431af655c30781b39ed0dfed66a7.tar.gz
ksplash-engine-moodin-c6d4ce81d436431af655c30781b39ed0dfed66a7.zip
Makefile fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksplash-engine-moodin@1095335 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 05543f9..8ee63c3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@ INCLUDES = $(all_includes) -I$(kde_includes)/ksplash
kde_module_LTLIBRARIES = ksplashmoodin.la
ksplashmoodin_la_SOURCES = thememoodin.cpp effectwidget.cpp cache.cpp magiclabel.cpp scaler.cpp
-ksplashmoodin_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module $(KDE_PLUGIN)
+ksplashmoodin_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module $(KDE_PLUGIN) $(LIB_QT) $(LIB_KDECORE) -lkdefx
ksplashmoodin_la_LIBADD = $(LIB_KDEUI) -lksplashthemes
METASOURCES = AUTO