diff options
author | Pekka Lampila <pekka.lampila@iki.fi> | 2007-10-16 14:58:39 +0300 |
---|---|---|
committer | Pekka Lampila <pekka.lampila@iki.fi> | 2007-10-16 14:58:39 +0300 |
commit | 5bdf6377e7a0d520c991a380094bcce9f33c8253 (patch) | |
tree | f4f2c58f9caac969bd1fc5b02350b7c62c5d8bea /player | |
parent | 85d15301422d6eb8492627cca988e1da7f496289 (diff) |
Change configure scripts to make swfplay build
Diffstat (limited to 'player')
-rw-r--r-- | player/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/player/Makefile.am b/player/Makefile.am index 0079f20..9823b44 100644 --- a/player/Makefile.am +++ b/player/Makefile.am @@ -4,5 +4,5 @@ swfplay_SOURCES = \ swfdec_slow_loader.c \ swfplay.c -INCLUDES = $(GLOBAL_CFLAGS) $(GTK_CFLAGS) $(SWFDEC_GTK_CFLAGS) -swfplay_LDFLAGS = $(SWFDEC_GTK_LIBS) $(GTK_LIBS) +INCLUDES = $(GLOBAL_CFLAGS) $(PLAYER_CFLAGS) +swfplay_LDFLAGS = $(PLAYER_LIBS) |