From 635c536180504b62ab18cd110bd7ee52ba36fa31 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 +-- tests/old/examples/gstplay/Makefile.am | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/gstplay/Makefile.am b/examples/gstplay/Makefile.am index ec42508845..f80a8bfab2 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 diff --git a/tests/old/examples/gstplay/Makefile.am b/tests/old/examples/gstplay/Makefile.am index ec42508845..f80a8bfab2 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