diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-08-11 14:51:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-11 14:51:55 +0200 |
commit | b9fa92164ba4170323208f5742adbf5957feffd9 (patch) | |
tree | 2774b63a211e7f20cdb0b02c3fdc36293b2faa92 /src | |
parent | 22adbcf99f464e16d720191d85b19f19cab5bcc8 (diff) | |
download | k9copy-b9fa92164ba4170323208f5742adbf5957feffd9.tar.gz k9copy-b9fa92164ba4170323208f5742adbf5957feffd9.zip |
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2afc2c5..4e49b22 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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_TDEUI) -lkmdi + $(top_builddir)/dvdread/libdvdread.la $(LIB_TDEUI) -lkmdi $(LIBDL) # this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Utilities |