summaryrefslogtreecommitdiff
path: root/tests
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
commit635c536180504b62ab18cd110bd7ee52ba36fa31 (patch)
tree0feea9d75a743b3b9fe801ebd6d3e76f9d56563a /tests
parentd271afc05510d59ff99ae8ec48f3699f65431949 (diff)
build fix
Original commit message from CVS: build fix
Diffstat (limited to 'tests')
-rw-r--r--tests/old/examples/gstplay/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/old/examples/gstplay/Makefile.am b/tests/old/examples/gstplay/Makefile.am
index ec4250884..f80a8bfab 100644
--- a/tests/old/examples/gstplay/Makefile.am
+++ b/tests/old/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