summaryrefslogtreecommitdiffstats
path: root/juk
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-08-05 19:24:56 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-08-05 19:24:56 +0200
commit023e7b38d9438a4262e6b46d9dbb9345597359a5 (patch)
treecd325ca5d2b3549401ad3f99f8dab812c23eef2b /juk
parent7da06e558a75c035ea881347e9da69ef9ee57927 (diff)
downloadtdemultimedia-023e7b38d9438a4262e6b46d9dbb9345597359a5.tar.gz
tdemultimedia-023e7b38d9438a4262e6b46d9dbb9345597359a5.zip
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
Diffstat (limited to 'juk')
-rw-r--r--juk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/Makefile.am b/juk/Makefile.am
index 101b1253..2422be5d 100644
--- a/juk/Makefile.am
+++ b/juk/Makefile.am
@@ -85,7 +85,7 @@ endif
##################################################
juk_LDADD = -lm $(LDADD_GST) $(mblibs) $(LIB_KIO) $(taglib_libs) $(akode_libs) $(LIB_KHTML) $(LIB_ARTS)
-juk_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LDFLAGS_GST) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -lmcop -lartsflow_idl -lkmedia2_idl -lsoundserver_idl
+juk_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LDFLAGS_GST) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -lmcop -lartsflow_idl -lkmedia2_idl -lsoundserver_idl $(akode_libs)
KDE_CXXFLAGS = $(USE_EXCEPTIONS)