From 81a4c1343ffa5263bdca48d8166dba688f3b8651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 5 Aug 2012 19:52:34 +0200 Subject: Update autotools for new DSO linkage style Thanks to Francois Andriot for the patch --- khexedit/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khexedit/lib/Makefile.am') 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 \ -- cgit v1.2.1