summaryrefslogtreecommitdiffstats
path: root/arts/modules/common/Makefile.am
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2013-09-08 18:44:16 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-08 18:44:16 +0200
commit1f5ba242d560270d166303c6cdc20702c2337bb2 (patch)
treee90097f1e01fd5f14a4ade2ee78f14c60e027b49 /arts/modules/common/Makefile.am
parent1859432c9417b0ad9a86fd15c28307680e0d3ea9 (diff)
downloadtdemultimedia-1f5ba242d560270d166303c6cdc20702c2337bb2.tar.gz
tdemultimedia-1f5ba242d560270d166303c6cdc20702c2337bb2.zip
Add missing LDFLAGS causing FTBFS
Diffstat (limited to 'arts/modules/common/Makefile.am')
-rw-r--r--arts/modules/common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/modules/common/Makefile.am b/arts/modules/common/Makefile.am
index 46839022..bcf472fc 100644
--- a/arts/modules/common/Makefile.am
+++ b/arts/modules/common/Makefile.am
@@ -25,7 +25,7 @@ libartsmodulescommon_la_LIBADD = \
$(top_builddir)/arts/gui/common/libartsgui_idl.la \
$(top_builddir)/arts/midi/libartsmidi_idl.la \
$(top_builddir)/arts/modules/synth/libartsmodulessynth.la \
- -lartsflow -lartsflow_idl -lmcop $(LIB_TDECORE) $(LIB_QT) $(VORBISFILE_LIBS) -lgthread-2.0
+ -lartsflow -lartsflow_idl -lmcop $(LIB_TDECORE) $(LIB_QT) -lgthread-2.0 $(ARTS_LIBS)
libartsmodulescommon_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) -no-undefined