From d236cce5113bf5a06adfeb5c688c69983c5bdd21 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 6 Nov 2003 15:24:41 +0000 Subject: All the interfaces are collected in libgstinterfaces now. Original commit message from CVS: All the interfaces are collected in libgstinterfaces now. --- sys/oss/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/oss') diff --git a/sys/oss/Makefile.am b/sys/oss/Makefile.am index 81bf878f..71377c5b 100644 --- a/sys/oss/Makefile.am +++ b/sys/oss/Makefile.am @@ -11,7 +11,7 @@ libgstossaudio_la_SOURCES = gstossaudio.c \ gstossgst.c libgstossaudio_la_CFLAGS = $(GST_CFLAGS) -libgstossaudio_la_LIBADD = $(top_builddir)/gst-libs/gst/mixer/libgstmixer.la +libgstossaudio_la_LIBADD = $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstosshelper_la_SOURCES = gstosshelper.c -- cgit