Update autotools for new DSO linkage style

Thanks to Francois Andriot for the patch
(cherry picked from commit b9fa92164b)
v3.5.13-sru
Slávek Banko 12 years ago
parent 89361de6b4
commit 518645565b

@ -35,7 +35,7 @@ k9copy_LDADD = $(top_builddir)/k9Mplayer/libk9mplayer.la \
$(top_builddir)/k9author/libk9author.la $(top_builddir)/k9decmpeg/libk9decmpeg.la \
$(top_builddir)/k9devices/libk9devices.la $(top_builddir)/k9vamps/libk9vamps.la \
$(top_builddir)/libdvdnav/libk9dvdnav.la $(top_builddir)/libk9copy/libk9copy.la \
$(top_builddir)/dvdread/libdvdread.la $(LIB_KDEUI) -lkmdi
$(top_builddir)/dvdread/libdvdread.la $(LIB_KDEUI) -lkmdi $(LIBDL)
# this is where the desktop file will go
shelldesktopdir = $(kde_appsdir)/Utilities

Loading…
Cancel
Save