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
|
2002-03-19 01:39:42 +00:00
|
|
|
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-17 19:03:13 +00:00
|
|
|
|
2003-09-13 11:38:25 +00:00
|
|
|
noinst_HEADERS = gstosssink.h \
|
|
|
|
gstosssrc.h \
|
|
|
|
gstosselement.h\
|
|
|
|
gstossmixer.h
|