summaryrefslogtreecommitdiffstats
path: root/sys/oss
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-07-01 09:25:58 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-07-01 09:25:58 +0000
commit70274d9c82410c05d339a2e0ba3006f19e3e96d8 (patch)
tree23aa627d1f6092d065d901d3ab0a88dab5f3efdc /sys/oss
parent53b2e785620931e9213668424e33e24f38ef048c (diff)
Roll gstreamer-interfaces-0.9.pc into gstreamer-plugins-base-0.9.pc
Original commit message from CVS: 2005-07-01 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: * ext/mad/Makefile.am: * sys/oss/Makefile.am: Roll gstreamer-interfaces-0.9.pc into gstreamer-plugins-base-0.9.pc
Diffstat (limited to 'sys/oss')
-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 69c128eb..69e0144f 100644
--- a/sys/oss/Makefile.am
+++ b/sys/oss/Makefile.am
@@ -8,7 +8,7 @@ libgstossaudio_la_SOURCES = gstossaudio.c \
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
libgstossaudio_la_LIBADD = $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la
-libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_INTERFACES_LIBS)
+libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_BASE_LIBS)
noinst_HEADERS = gstosssink.h \
gstosssrc.h \