temporary commit to resurrect osshelper.c, will fix...
authorAndy Wingo <wingo@pobox.com>
Mon, 20 May 2002 22:39:57 +0000 (22:39 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 20 May 2002 22:39:57 +0000 (22:39 +0000)
Original commit message from CVS:
temporary commit to resurrect osshelper.c, will fix...

sys/oss/Makefile.am

index 307f396..1c289c6 100644 (file)
@@ -2,9 +2,14 @@ plugindir = $(libdir)/gst
 
 plugin_LTLIBRARIES = libgstossaudio.la
 
+noinst_LTLIBRARIES = libgstosshelper.la
+
 libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c gstossclock.c
 libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
 libgstossaudio_la_LIBADD =
 libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
-noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstossclock.h
+libgstosshelper_la_SOURCES = gstosshelper.c
+libgstosshelper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+
+noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstossclock.h gstosshelper.h