summaryrefslogtreecommitdiff
path: root/player
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2007-06-14 12:59:44 +0200
committerBenjamin Otte <otte@gnome.org>2007-06-14 12:59:44 +0200
commit0ac0d3e2d6f09ece63ea5a736e80aec413b45ab8 (patch)
treeab865fc9bc890707139664d80580bf07d3b1d0bf /player
parenta0bfba2fc48da805449c64e28a551542eccdafe5 (diff)
fix order of LDFLAGS, so libtool doesn't link against installed libs
Diffstat (limited to 'player')
-rw-r--r--player/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/Makefile.am b/player/Makefile.am
index f29a0e8a..2f284f77 100644
--- a/player/Makefile.am
+++ b/player/Makefile.am
@@ -25,10 +25,10 @@ noinst_HEADERS = \
swfdec_slow_loader.h
swfplay_CFLAGS = $(GLOBAL_CFLAGS) $(GTK_CFLAGS) $(SWFDEC_GTK_CFLAGS) $(GNOMEVFS_CFLAGS)
-swfplay_LDFLAGS = $(GTK_LIBS) $(SWFDEC_GTK_LIBS) $(GNOMEVFS_LIBS)
+swfplay_LDFLAGS = $(SWFDEC_GTK_LIBS) $(GTK_LIBS) $(GNOMEVFS_LIBS)
swfdebug_CFLAGS = $(GLOBAL_CFLAGS) $(GTK_CFLAGS) $(SWFDEC_GTK_CFLAGS) -DXP_UNIX -I$(top_builddir)/libswfdec/js
-swfdebug_LDFLAGS = $(GTK_LIBS) $(SWFDEC_GTK_LIBS)
+swfdebug_LDFLAGS = $(SWFDEC_GTK_LIBS) $(GTK_LIBS)
endif