From 095caa205c6827d024d6313c2c6b5851c1c40887 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sun, 5 Aug 2012 19:52:34 +0200 Subject: Update autotools for new DSO linkage style Thanks to Francois Andriot for the patch (cherry picked from commit 81a4c1343ffa5263bdca48d8166dba688f3b8651) --- khexedit/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khexedit/lib') 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 \ -- cgit v1.2.3