summaryrefslogtreecommitdiffstats
path: root/sys/oss/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-02-03 20:10:04 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-02-03 20:10:04 +0000
commit98ffdface2db429656b2f7b8f3cc5a301d498d75 (patch)
treec2fc0ab1a9ddb064f573cf57263ed10a4d52a334 /sys/oss/Makefile.am
parent2679c67d40a8641798f27e0a02562f8869293962 (diff)
Assorted fixes.
Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
Diffstat (limited to 'sys/oss/Makefile.am')
-rw-r--r--sys/oss/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/oss/Makefile.am b/sys/oss/Makefile.am
index 1a44f51a..0fc60f62 100644
--- a/sys/oss/Makefile.am
+++ b/sys/oss/Makefile.am
@@ -2,7 +2,7 @@ plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstossaudio.la libgstosshelper.la
-libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c
+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@
@@ -10,5 +10,5 @@ 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
+noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h gstossclock.h