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)