summaryrefslogtreecommitdiffstats
path: root/sys/oss/Makefile.am
blob: 0fc60f62b9453e2a809c2c6c11fbe83cca8f59fd (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