summaryrefslogtreecommitdiffstats
path: root/sys/oss/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-05-20 22:21:35 +0000
committerAndy Wingo <wingo@pobox.com>2002-05-20 22:21:35 +0000
commit7758f308f37dc6ae3b1da6123344db2152cd7144 (patch)
tree2b3fc85b25fd021c806d5c304cb9b68fc555829d /sys/oss/Makefile.am
parent16facd5bf5eae3479d136ac8d5a503b97e51617d (diff)
get rid of evil gstosshelper (intended for use with LD_PRELOAD)
Original commit message from CVS: get rid of evil gstosshelper (intended for use with LD_PRELOAD)
Diffstat (limited to 'sys/oss/Makefile.am')
-rw-r--r--sys/oss/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/oss/Makefile.am b/sys/oss/Makefile.am
index db5640c6..307f3966 100644
--- a/sys/oss/Makefile.am
+++ b/sys/oss/Makefile.am
@@ -1,13 +1,10 @@
plugindir = $(libdir)/gst
-plugin_LTLIBRARIES = libgstossaudio.la libgstosshelper.la
+plugin_LTLIBRARIES = libgstossaudio.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)
-libgstosshelper_la_SOURCES = gstosshelper.c
-libgstosshelper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h gstossclock.h
+noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstossclock.h