diff options
author | Slávek Banko <[email protected]> | 2013-08-14 14:51:20 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-08-14 14:51:20 +0200 |
commit | 5b4d40ecd758a496da7bece11a697fdef298dd0e (patch) | |
tree | 12ff2da3483eae3d508721fed6784b8e21e9859a | |
parent | 71c6fa0732781b1f3f5fda9e2154384644197ea5 (diff) | |
download | k9copy-5b4d40ecd758a496da7bece11a697fdef298dd0e.tar.gz k9copy-5b4d40ecd758a496da7bece11a697fdef298dd0e.zip |
Fix FTBFS
-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 d3c0112..209c9a0 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 \ - $(LIB_TDEUI) -ltdemdi $(LIBDL) + $(LIB_TDEUI) -ltdemdi $(LIBDL) -ldvdread # this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Utilities |