From 3cce8bfa667613395d581f81e1e2d6da2f60aa34 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 20 Jul 2005 09:55:36 +0000 Subject: put in gconf sinks Original commit message from CVS: put in gconf sinks --- ext/gconf/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ext/gconf/Makefile.am (limited to 'ext/gconf/Makefile.am') diff --git a/ext/gconf/Makefile.am b/ext/gconf/Makefile.am new file mode 100644 index 00000000..7f0052fb --- /dev/null +++ b/ext/gconf/Makefile.am @@ -0,0 +1,17 @@ +plugin_LTLIBRARIES = libgstgconfelements.la + +libgstgconfelements_la_SOURCES = \ + gstgconfaudiosink.c \ + gstgconfelements.c \ + gstgconfvideosink.c + +DIR_CFLAGS = -DGST_GCONF_DIR=\"/system/gstreamer/@GST_MAJORMINOR@\" +libgstgconfelements_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) $(DIR_CFLAGS) +libgstgconfelements_la_LIBADD = $(GCONF_LIBS) \ + $(top_builddir)/gst-libs/gst/gconf/libgstgconf-@GST_MAJORMINOR@.la +libgstgconfelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + +noinst_HEADERS = \ + gstgconfaudiosink.h \ + gstgconfelements.h \ + gstgconfvideosink.h -- cgit