From 525d7a9ad6fd9d27086a0ba3ce36757859bf98e7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 14 Dec 2003 18:07:35 +0000 Subject: build fix Original commit message from CVS: build fix --- examples/gstplay/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/gstplay/Makefile.am') 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 -- cgit v1.2.1