actually recurse into sndfile if we are able big ladspa cleanups, mainly to comply...
[platform/upstream/gst-plugins-good.git] / sys / oss / Makefile.am
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
2
3 plugin_LTLIBRARIES = libgstossaudio.la
4
5 EXTRA_LTLIBRARIES = libgstosshelper.la
6
7 libgstossaudio_la_SOURCES = gstosssink.c        \
8                             gstosssrc.c         \
9                             gstossaudio.c       \
10                             gstossgst.c         \
11                             gstosscommon.c
12
13 libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
14 libgstossaudio_la_LIBADD =
15 libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
16
17 libgstosshelper_la_SOURCES = gstosshelper.c
18 libgstosshelper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
19
20 noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h gstosscommon.h