summaryrefslogtreecommitdiffstats
path: root/sys/oss/Makefile.am
blob: de3708194e613f3ee49e6f8548ea4bc25cf1928a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@

plugin_LTLIBRARIES = libgstossaudio.la

EXTRA_LTLIBRARIES = libgstosshelper.la

libgstossaudio_la_SOURCES = gstosssink.c 	\
			    gstosssrc.c  	\
			    gstossaudio.c 	\
			    gstossgst.c 	\
			    gstosscommon.c

libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
libgstossaudio_la_LIBADD =
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

libgstosshelper_la_SOURCES = gstosshelper.c
libgstosshelper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h gstosscommon.h