Update autotools for new DSO linkage style

pull/1/head
Francois Andriot 11 years ago committed by Slávek Banko
parent b63c54d4cd
commit 79960d05a4

@ -24,7 +24,7 @@ kbiff_la_LDFLAGS = $(all_libraries) -module -avoid-version
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.
kbiff_la_LIBADD = $(LIB_KFILE) $(LIB_KIO)
kbiff_la_LIBADD = $(LIB_KFILE) $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) -lDCOP $(LIB_TDEUI)
# this option you can leave out. Just, if you use "make dist", you need it
noinst_HEADERS = setupdlg.h kbiff.h kbiffmonitor.h notify.h kbiffurl.h \

Loading…
Cancel
Save