summaryrefslogtreecommitdiffstats
path: root/sys/oss/Makefile.am
blob: 69c128ebf05723bb98bcbd39a9b02042db2e1825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
plugin_LTLIBRARIES = libgstossaudio.la

libgstossaudio_la_SOURCES = gstossaudio.c	\
			    gstosselement.c	\
			    gstossmixer.c	\
			    gstosssink.c 	\
			    gstosssrc.c

libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
libgstossaudio_la_LIBADD = $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_INTERFACES_LIBS)

noinst_HEADERS = gstosssink.h	\
		gstosssrc.h	\
		gstosselement.h\
		gstossmixer.h \
		gst-i18n-plugin.h \
		gettext.h

noinst_PROGRAMS = oss_probe

oss_probe_SOURCES = oss_probe.c
oss_probe_CFLAGS = $(GST_CFLAGS)
oss_probe_LDADD = $(GLIB_LIBS)