summaryrefslogtreecommitdiffstats
path: root/sys/oss/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-17 19:03:13 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-17 19:03:13 +0000
commitf0bb7eef82576f581bdd205f2c9eb4278223fcc7 (patch)
tree530e9dea1ad3117141c1682318e74811d1fcb86a /sys/oss/Makefile.am
parent754313ab71cd4cb046191b3459842a063fd3642b (diff)
first batch
Original commit message from CVS: first batch
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
+