first batch
[platform/upstream/gst-plugins-good.git] / sys / oss / Makefile.am
1 filterdir = $(libdir)/gst
2
3 filter_LTLIBRARIES = libgstossaudio.la libgstosshelper.la
4
5 libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c
6 libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
7
8 libgstosshelper_la_SOURCES = gstosshelper.c
9
10 noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h
11