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

plugin_LTLIBRARIES = libgstossaudio.la libgstosshelper.la

libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
libgstossaudio_la_LIBADD = $(GST_LIBS)

libgstosshelper_la_SOURCES = gstosshelper.c

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