don't compile the oss helper by default
[platform/upstream/gst-plugins-good.git] / sys / oss / Makefile.am
1 plugindir = $(libdir)/gst
2
3 plugin_LTLIBRARIES = libgstossaudio.la
4
5 EXTRA_LTLIBRARIES = libgstosshelper.la
6
7 libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c gstossclock.c
8 libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
9 libgstossaudio_la_LIBADD =
10 libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11
12 libgstosshelper_la_SOURCES = gstosshelper.c
13 libgstosshelper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
14
15 noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstossclock.h gstosshelper.h