From b1547818e6e7c6dcc3bfa30d46fde3d2b881419d Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Sun, 14 Dec 2003 17:31:07 +0000 Subject: Fixing makefile. Smarter seek Original commit message from CVS: Fixing makefile. Smarter seek --- examples/gstplay/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/gstplay/Makefile.am') diff --git a/examples/gstplay/Makefile.am b/examples/gstplay/Makefile.am index 7316c443..ec425088 100644 --- a/examples/gstplay/Makefile.am +++ b/examples/gstplay/Makefile.am @@ -1,7 +1,10 @@ noinst_PROGRAMS = player +AM_CFLAGS = $(GST_CFLAGS) + player_SOURCES = player.c player_LDFLAGS = \ $(GST_LIBS) \ $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la + -- cgit v1.2.1