2002-05-20 22:21:35 +00:00
|
|
|
plugin_LTLIBRARIES = libgstossaudio.la
|
2001-12-17 19:03:13 +00:00
|
|
|
|
2003-09-13 01:22:59 +00:00
|
|
|
libgstossaudio_la_SOURCES = gstossaudio.c \
|
|
|
|
gstosselement.c \
|
|
|
|
gstossmixer.c \
|
|
|
|
gstosssink.c \
|
2003-12-14 22:48:18 +00:00
|
|
|
gstosssrc.c
|
2002-12-07 14:25:18 +00:00
|
|
|
|
2001-12-17 19:03:13 +00:00
|
|
|
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
2003-11-06 15:24:41 +00:00
|
|
|
libgstossaudio_la_LIBADD = $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la
|
2005-05-05 17:09:25 +00:00
|
|
|
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_INTERFACES_LIBS)
|
2001-12-17 19:03:13 +00:00
|
|
|
|
2003-09-13 11:38:25 +00:00
|
|
|
noinst_HEADERS = gstosssink.h \
|
|
|
|
gstosssrc.h \
|
|
|
|
gstosselement.h\
|
2005-05-05 16:35:52 +00:00
|
|
|
gstossmixer.h \
|
2005-05-06 10:02:53 +00:00
|
|
|
gst-i18n-plugin.h \
|
|
|
|
gettext.h
|
2004-03-23 04:01:27 +00:00
|
|
|
|
|
|
|
noinst_PROGRAMS = oss_probe
|
|
|
|
|
|
|
|
oss_probe_SOURCES = oss_probe.c
|
2004-03-23 04:42:57 +00:00
|
|
|
oss_probe_CFLAGS = $(GST_CFLAGS)
|
2004-03-23 04:01:27 +00:00
|
|
|
oss_probe_LDADD = $(GLIB_LIBS)
|
|
|
|
|