From: Thomas Vander Stichele Date: Sun, 14 Dec 2003 18:07:35 +0000 (+0000) Subject: build fix X-Git-Tag: CAPS-MERGE-3~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=635c536180504b62ab18cd110bd7ee52ba36fa31;p=platform%2Fupstream%2Fgst-plugins-base.git build fix Original commit message from CVS: build fix --- 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 diff --git a/tests/old/examples/gstplay/Makefile.am b/tests/old/examples/gstplay/Makefile.am index ec42508..f80a8bf 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