diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-11 03:46:01 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-11 03:46:01 +0000 |
commit | 865f314dd5ed55508f45a32973b709b79a541e36 (patch) | |
tree | dc1a3a884bb2fc10a89a3c46313897d22c5771eb /kdeprint/ext | |
parent | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (diff) | |
download | tdelibs-865f314dd5ed55508f45a32973b709b79a541e36.tar.gz tdelibs-865f314dd5ed55508f45a32973b709b79a541e36.zip |
kdelibs update to Trinity v3.5.11
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1061230 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeprint/ext')
-rw-r--r-- | kdeprint/ext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeprint/ext/Makefile.am b/kdeprint/ext/Makefile.am index a280e1451..1cb50d9fb 100644 --- a/kdeprint/ext/Makefile.am +++ b/kdeprint/ext/Makefile.am @@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = kdeprint_ext.la kdeprint_ext_la_SOURCES = kmextfactory.cpp kmextmanager.cpp kextprinterimpl.cpp kmextuimanager.cpp kdeprint_ext_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -kdeprint_ext_la_LIBADD = $(top_builddir)/kdeprint/libkdeprint.la +kdeprint_ext_la_LIBADD = $(LIB_KDEPRINT) $(LIB_QT) $(LIB_KDECORE) kdeprint_ext_la_METASOURCES = AUTO noinst_HEADERS = kmextmanager.h kextprinterimpl.h kmextuimanager.h |