From 39b91cdb495b9f9b326e79a10f64753a097c203c Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 10 Oct 2003 12:24:20 +0000 Subject: Make GstMixerTrack a GObject. I also want to make it emit several signals, starting work is in here but it's not full... Original commit message from CVS: Make GstMixerTrack a GObject. I also want to make it emit several signals, starting work is in here but it's not fully implemented yet. for OSS, this will cause issues, but for ALSA, this is all automated. --- gst-libs/gst/mixer/Makefile.am | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'gst-libs/gst/mixer/Makefile.am') diff --git a/gst-libs/gst/mixer/Makefile.am b/gst-libs/gst/mixer/Makefile.am index de67658f..32be46fd 100644 --- a/gst-libs/gst/mixer/Makefile.am +++ b/gst-libs/gst/mixer/Makefile.am @@ -1,10 +1,15 @@ -lib_LTLIBRARIES = libgstmixer.la +libgstinterfacesincludedir = \ + $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/mixer -libgstmixer_la_SOURCES = mixer.c +libgstinterfacesinclude_HEADERS = \ + mixer.h \ + mixertrack.h -libgstmixerincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/mixer -libgstmixerinclude_HEADERS = mixer.h +lib_LTLIBRARIES = libgstmixer.la -libgstmixer_la_LIBADD = +libgstmixer_la_SOURCES = \ + mixer.c \ + mixertrack.c +libgstmixer_la_LIBADD = libgstmixer_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS) libgstmixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1