summaryrefslogtreecommitdiffstats
path: root/examples/gstplay
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-12-14 18:07:35 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-12-14 18:07:35 +0000
commit525d7a9ad6fd9d27086a0ba3ce36757859bf98e7 (patch)
tree372c24ac14c53545687b27a8caeafe48bfeec76b /examples/gstplay
parentb1547818e6e7c6dcc3bfa30d46fde3d2b881419d (diff)
downloadgst-plugins-bad-525d7a9ad6fd9d27086a0ba3ce36757859bf98e7.tar.gz
gst-plugins-bad-525d7a9ad6fd9d27086a0ba3ce36757859bf98e7.tar.bz2
gst-plugins-bad-525d7a9ad6fd9d27086a0ba3ce36757859bf98e7.zip
build fix
Original commit message from CVS: build fix
Diffstat (limited to 'examples/gstplay')
-rw-r--r--examples/gstplay/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/gstplay/Makefile.am b/examples/gstplay/Makefile.am
index ec425088..f80a8bfa 100644
--- a/examples/gstplay/Makefile.am
+++ b/examples/gstplay/Makefile.am
@@ -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