build fix
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 14 Dec 2003 18:07:35 +0000 (18:07 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 14 Dec 2003 18:07:35 +0000 (18:07 +0000)
Original commit message from CVS:
build fix

examples/gstplay/Makefile.am
tests/old/examples/gstplay/Makefile.am

index ec42508..f80a8bf 100644 (file)
@@ -1,9 +1,8 @@
 
 noinst_PROGRAMS = player
 
-AM_CFLAGS = $(GST_CFLAGS)
-
 player_SOURCES = player.c
+player_CFLAGS = $(GST_CFLAGS)
 player_LDFLAGS = \
     $(GST_LIBS) \
     $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la
index ec42508..f80a8bf 100644 (file)
@@ -1,9 +1,8 @@
 
 noinst_PROGRAMS = player
 
-AM_CFLAGS = $(GST_CFLAGS)
-
 player_SOURCES = player.c
+player_CFLAGS = $(GST_CFLAGS)
 player_LDFLAGS = \
     $(GST_LIBS) \
     $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la