summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-27 13:39:15 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-27 13:39:15 +0200
commita09a04b742d364f5eb788901e7dc56bed94233c2 (patch)
tree2c50d9a475045095e8b3074160fcedf139782147
parent16173fc18e3f66d18eb0890137e40438b53203c7 (diff)
downloadmplayerthumbs-a09a04b742d364f5eb788901e7dc56bed94233c2.tar.gz
mplayerthumbs-a09a04b742d364f5eb788901e7dc56bed94233c2.zip
Fix FTBFS
-rw-r--r--src/Makefile.am2
-rw-r--r--src/mplayerthumbsconfig/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 06d1a50..4ad6dea 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,7 +14,7 @@ messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/videopreview.pot
protocol_DATA = videopreview.desktop
-videopreview_la_LIBADD = $(LIB_TDECORE) -ltdefx
+videopreview_la_LIBADD = $(LIB_TDECORE) -ltdefx $(LIB_QT)
videothumbnail_DATA = sprocket-small.png sprocket-medium.png sprocket-large.png
videothumbnaildir = $(kde_datadir)/videopreview
diff --git a/src/mplayerthumbsconfig/Makefile.am b/src/mplayerthumbsconfig/Makefile.am
index 81f406c..1cc43f7 100644
--- a/src/mplayerthumbsconfig/Makefile.am
+++ b/src/mplayerthumbsconfig/Makefile.am
@@ -8,4 +8,4 @@ bin_PROGRAMS = mplayerthumbsconfig
mplayerthumbsconfig_LDFLAGS = $(KDE_RPATH) $(all_libraries)
mplayerthumbsconfig_SOURCES = main.cpp mplayerthumbscfg.cpp
noinst_HEADERS = mplayerthumbscfg.h
-mplayerthumbsconfig_LDADD = $(top_builddir)/src/videopreview.la $(LIB_TDEUI)
+mplayerthumbsconfig_LDADD = $(top_builddir)/src/videopreview.la $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT)