Remove redundant definition of plugindir
[platform/upstream/gst-plugins-good.git] / sys / oss / Makefile.am
1
2 plugin_LTLIBRARIES = libgstossaudio.la
3
4 EXTRA_LTLIBRARIES = libgstosshelper.la
5
6 libgstossaudio_la_SOURCES = gstosssink.c        \
7                             gstosssrc.c         \
8                             gstossaudio.c       \
9                             gstossgst.c         \
10                             gstosscommon.c
11
12 libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
13 libgstossaudio_la_LIBADD =
14 libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
15
16 libgstosshelper_la_SOURCES = gstosshelper.c
17 libgstosshelper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
18
19 noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h gstosscommon.h