From 5b4d40ecd758a496da7bece11a697fdef298dd0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 14 Aug 2013 14:51:20 +0200 Subject: [PATCH] Fix FTBFS --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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