summaryrefslogtreecommitdiffstats
path: root/sys/oss/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-05-20 22:44:14 +0000
committerAndy Wingo <wingo@pobox.com>2002-05-20 22:44:14 +0000
commit7a81331d6daba7b24dc3611e62a77e35a36ce47d (patch)
tree33f79dacb1d3fe0b9088630ff9193f4f4dc567ca /sys/oss/Makefile.am
parent5bb8c70ac54ed4228705c7d1528b5c365ac67bf5 (diff)
don't compile the oss helper by default
Original commit message from CVS: don't compile the oss helper by default
Diffstat (limited to 'sys/oss/Makefile.am')
-rw-r--r--sys/oss/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/oss/Makefile.am b/sys/oss/Makefile.am
index 1c289c66..10d07a24 100644
--- a/sys/oss/Makefile.am
+++ b/sys/oss/Makefile.am
@@ -2,7 +2,7 @@ plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstossaudio.la
-noinst_LTLIBRARIES = libgstosshelper.la
+EXTRA_LTLIBRARIES = libgstosshelper.la
libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c gstossclock.c
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)