diff options
author | Slávek Banko <[email protected]> | 2013-07-27 13:39:15 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-27 13:39:15 +0200 |
commit | a09a04b742d364f5eb788901e7dc56bed94233c2 (patch) | |
tree | 2c50d9a475045095e8b3074160fcedf139782147 /src/mplayerthumbsconfig/Makefile.am | |
parent | 16173fc18e3f66d18eb0890137e40438b53203c7 (diff) | |
download | mplayerthumbs-a09a04b742d364f5eb788901e7dc56bed94233c2.tar.gz mplayerthumbs-a09a04b742d364f5eb788901e7dc56bed94233c2.zip |
Fix FTBFS
Diffstat (limited to 'src/mplayerthumbsconfig/Makefile.am')
-rw-r--r-- | src/mplayerthumbsconfig/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |