s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
[platform/upstream/gst-plugins-good.git] / sys / oss / Makefile.am
1 plugindir = $(libdir)/gst
2
3 plugin_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 libgstossaudio_la_LIBADD = $(GST_LIBS)
8
9 libgstosshelper_la_SOURCES = gstosshelper.c
10
11 noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h
12