From 5bb8c70ac54ed4228705c7d1528b5c365ac67bf5 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 20 May 2002 22:39:57 +0000 Subject: [PATCH] temporary commit to resurrect osshelper.c, will fix... Original commit message from CVS: temporary commit to resurrect osshelper.c, will fix... --- sys/oss/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys/oss/Makefile.am b/sys/oss/Makefile.am index 307f396..1c289c6 100644 --- a/sys/oss/Makefile.am +++ b/sys/oss/Makefile.am @@ -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 -- 2.7.4