temporary commit to resurrect osshelper.c, will fix...

Original commit message from CVS:
temporary commit to resurrect osshelper.c, will fix...
This commit is contained in:
Andy Wingo 2002-05-20 22:39:57 +00:00
parent 7758f308f3
commit 5bb8c70ac5

View 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