From 766aee18aaa0c139b483ba5774bdad24cdc706e2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 13 Apr 2004 13:41:20 +0000 Subject: make player example use gconf Original commit message from CVS: make player example use gconf --- examples/gstplay/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/gstplay/Makefile.am') diff --git a/examples/gstplay/Makefile.am b/examples/gstplay/Makefile.am index 795fc362..cbae9cbf 100644 --- a/examples/gstplay/Makefile.am +++ b/examples/gstplay/Makefile.am @@ -2,9 +2,10 @@ noinst_PROGRAMS = player player_SOURCES = player.c -player_CFLAGS = $(GST_CFLAGS) +player_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) player_LDFLAGS = \ $(GST_LIBS) \ + $(top_builddir)/gst-libs/gst/gconf/libgstgconf-@GST_MAJORMINOR@.la \ $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la \ $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la -- cgit v1.2.1