summaryrefslogtreecommitdiffstats
path: root/sys/oss/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sys/oss/Makefile.am')
-rw-r--r--sys/oss/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/oss/Makefile.am b/sys/oss/Makefile.am
new file mode 100644
index 00000000..c6c84fd6
--- /dev/null
+++ b/sys/oss/Makefile.am
@@ -0,0 +1,11 @@
+filterdir = $(libdir)/gst
+
+filter_LTLIBRARIES = libgstossaudio.la libgstosshelper.la
+
+libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c
+libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
+
+libgstosshelper_la_SOURCES = gstosshelper.c
+
+noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h
+