From 4bd4aadb9fedf87cd7ecee0bbdd6b3960f7df37d Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 14 Dec 2003 18:07:35 +0000 Subject: [PATCH] build fix Original commit message from CVS: build fix --- examples/gstplay/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/gstplay/Makefile.am b/examples/gstplay/Makefile.am index ec42508..f80a8bf 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 -- 2.7.4