ext/alsa/Makefile.am: Fix linking against libgstinterfaces. (bug #133886) Noticed...
authorDavid Schleef <ds@schleef.org>
Wed, 11 Feb 2004 23:05:00 +0000 (23:05 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 11 Feb 2004 23:05:00 +0000 (23:05 +0000)
Original commit message from CVS:
* ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
(bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)

ChangeLog
ext/alsa/Makefile.am

index e44a771..285e334 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-02-11  David Schleef  <ds@schleef.org>
 
+       * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
+       (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
+
+2004-02-11  David Schleef  <ds@schleef.org>
+
        * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
        (gst_rfbsrc_change_state), (gst_rfbsrc_init),
        (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
index e0e802a..066e576 100644 (file)
@@ -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 \