summaryrefslogtreecommitdiffstats
path: root/sys/oss/Makefile.am
blob: 53e454680c18c09c1db4a05d0f68d626e0a284d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
plugindir = $(libdir)/gst

plugin_LTLIBRARIES = libgstossaudio.la libgstosshelper.la

libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c gstossclock.c
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
libgstossaudio_la_LIBADD = $(GST_LIBS)
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 gstossclock.h