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

plugin_LTLIBRARIES = libgstossaudio.la

EXTRA_LTLIBRARIES = libgstosshelper.la

libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c gstossclock.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 gstossclock.h gstosshelper.h