summaryrefslogtreecommitdiffstats
path: root/examples
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
commit734e19ff44c4ab52d42d60e538834b95fb5ed9ee (patch)
tree40a1bed4baf0fadb31e5452e044dc8ddac2e4d47 /examples
parent6e3a083c36be3826a7bc1db71e9e8b5dac06ef48 (diff)
build fix
Original commit message from CVS: build fix
Diffstat (limited to 'examples')
-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