summaryrefslogtreecommitdiffstats
path: root/khexedit
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:52:34 +0200
commit81a4c1343ffa5263bdca48d8166dba688f3b8651 (patch)
tree040055db123968c55b919391f9940a0d306a02c4 /khexedit
parent1e1a776f0dbd9ef9816902299bf6246f93a888ca (diff)
downloadtdeutils-81a4c1343ffa5263bdca48d8166dba688f3b8651.tar.gz
tdeutils-81a4c1343ffa5263bdca48d8166dba688f3b8651.zip
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
Diffstat (limited to 'khexedit')
-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 24a5dec..e2f9b3c 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_TDECORE)
+libkhexeditcommon_la_LIBADD = controller/libkcontroller.la codecs/libkhecodecs.la $(LIB_TDECORE) $(LIB_QT)
libkhexeditcommon_la_SOURCES = kcolumn.cpp kbordercolumn.cpp koffsetcolumn.cpp \
kbuffercolumn.cpp kvaluecolumn.cpp kcharcolumn.cpp \
kcolumnsview.cpp khexedit.cpp kbytesedit.cpp \