From f619d301001164461a8afb1d86ec708d6995fffd Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 11 Feb 2004 23:05:00 +0000 Subject: [PATCH] ext/alsa/Makefile.am: Fix linking against libgstinterfaces. (bug #133886) Noticed by bugs@leroutier.net (Stephane LO... Original commit message from CVS: * ext/alsa/Makefile.am: Fix linking against libgstinterfaces. (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET) --- ChangeLog | 5 +++++ ext/alsa/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e44a771..285e334 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-02-11 David Schleef + * ext/alsa/Makefile.am: Fix linking against libgstinterfaces. + (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET) + +2004-02-11 David Schleef + * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init), (gst_rfbsrc_change_state), (gst_rfbsrc_init), (gst_rfbsrc_set_property), (gst_rfbsrc_get_property): diff --git a/ext/alsa/Makefile.am b/ext/alsa/Makefile.am index e0e802a..066e576 100644 --- a/ext/alsa/Makefile.am +++ b/ext/alsa/Makefile.am @@ -8,7 +8,7 @@ libgstalsa_la_SOURCES = gstalsaplugin.c \ libgstalsa_la_CFLAGS = $(GST_CFLAGS) $(ALSA_CFLAGS) libgstalsa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstalsa_la_LIBADD = $(ALSA_LIBS) \ - -L${top_builddir}/gst-libs/gst -lgstinterfaces-@GST_MAJORMINOR@ + ${top_builddir}/gst-libs/gst -lgstinterfaces-@GST_MAJORMINOR@ noinst_HEADERS = \ gstalsa.h gstalsaclock.h gstalsasink.h gstalsasrc.h \ -- 2.7.4