summaryrefslogtreecommitdiffstats
path: root/khexedit/lib
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-08-05 19:52:34 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-08-05 19:59:24 +0200
commit095caa205c6827d024d6313c2c6b5851c1c40887 (patch)
treea712e543cdad72ad825fa2fd6f3b2d07a8599b32 /khexedit/lib
parenta30de704f1cf6e764fb23e0ca948564e8815fa25 (diff)
downloadtdeutils-095caa205c6827d024d6313c2c6b5851c1c40887.tar.gz
tdeutils-095caa205c6827d024d6313c2c6b5851c1c40887.zip
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch (cherry picked from commit 81a4c1343ffa5263bdca48d8166dba688f3b8651)
Diffstat (limited to 'khexedit/lib')
-rw-r--r--khexedit/lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/Makefile.am b/khexedit/lib/Makefile.am
index c0c92cc..4c494f4 100644
--- a/khexedit/lib/Makefile.am
+++ b/khexedit/lib/Makefile.am
@@ -7,7 +7,7 @@ METASOURCES = AUTO
# this library is used by the kbytesedit part and the khepart part
lib_LTLIBRARIES = libkhexeditcommon.la
libkhexeditcommon_la_LDFLAGS = $(all_libraries) -no-undefined
-libkhexeditcommon_la_LIBADD = controller/libkcontroller.la codecs/libkhecodecs.la $(LIB_KDECORE)
+libkhexeditcommon_la_LIBADD = controller/libkcontroller.la codecs/libkhecodecs.la $(LIB_KDECORE) $(LIB_QT)
libkhexeditcommon_la_SOURCES = kcolumn.cpp kbordercolumn.cpp koffsetcolumn.cpp \
kbuffercolumn.cpp kvaluecolumn.cpp kcharcolumn.cpp \
kcolumnsview.cpp khexedit.cpp kbytesedit.cpp \