Update autotools for new DSO linkage style

v3.5.13-sru v3.5.13.2
Slávek Banko 11 years ago
parent 2daf25b1eb
commit 1ace27a985

@ -40,7 +40,7 @@ kdbg_LDFLAGS = \
$(all_libraries) $(KDE_RPATH)
# the libraries to link against.
kdbg_LDADD = $(LIB_KIO)
kdbg_LDADD = $(LIB_KIO) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT)
# this option you can leave out. Just, if you use "make dist", you need it
noinst_HEADERS = \

Loading…
Cancel
Save