summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 00:26:40 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 00:26:40 +0000
commitb6542ab1d27d45007315806c2e85400e211c4ed1 (patch)
tree0d2309bd4a7c95eeee9b5055a9eb58052f36089c
parentaaa991218888b3bd46fff135a46adb5cf58e4367 (diff)
downloadkbarcode-b6542ab1d27d45007315806c2e85400e211c4ed1.tar.gz
kbarcode-b6542ab1d27d45007315806c2e85400e211c4ed1.zip
Automake fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbarcode@1091545 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--fileplugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileplugin/Makefile.am b/fileplugin/Makefile.am
index 83e54db..b543a67 100644
--- a/fileplugin/Makefile.am
+++ b/fileplugin/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = kfile_kbarcode.la
kfile_kbarcode_la_SOURCES = kfile_kbarcode.cpp
-kfile_kbarcode_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+kfile_kbarcode_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_QT) $(all_libraries)
kfile_kbarcode_la_LIBADD = $(LIB_KSYCOCA) $(LIB_KDECORE)
# let automoc handle all of the meta source files (moc)