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)
This commit is contained in:
David Schleef 2004-02-11 23:05:00 +00:00
parent cd42c02dff
commit f619d30100
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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),

View 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 \