diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-28 18:58:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-28 18:58:39 +0000 |
commit | 41b6eec2f4081693d891069b13080e5107477b2e (patch) | |
tree | ae8ae70138cd8653c8c2c07b34384b1eeb3341c8 /noatun/library/Makefile.am | |
parent | e775ea5d1bf610d735420e4b6c898367e2c6f0cb (diff) | |
download | tdemultimedia-41b6eec2f4081693d891069b13080e5107477b2e.tar.gz tdemultimedia-41b6eec2f4081693d891069b13080e5107477b2e.zip |
Fix kdemultimedia FTBFS on Fedora 15v3.5.13
Thanks to François Androit for the patch!
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1261196 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun/library/Makefile.am')
-rw-r--r-- | noatun/library/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/Makefile.am b/noatun/library/Makefile.am index 951ba5a4..13ae1e4c 100644 --- a/noatun/library/Makefile.am +++ b/noatun/library/Makefile.am @@ -41,7 +41,7 @@ META_INCLUDES = $(srcdir)/noatun noinst_PROGRAMS = gentable gentable_SOURCES = gentable.cpp -gentable_LDFLAGS = $(KDE_EXTRA_RPATH) $(LIB_QT) +gentable_LDFLAGS = $(KDE_EXTRA_RPATH) $(LIB_QT) $(QT_LDFLAGS) magictable: gentable $(top_builddir)/noatun/library/gentable > magictable |