configure.ac: s/GST_*_INCLUDES/GST_*_LIBS/
authorJohan Dahlin <johan@gnome.org>
Thu, 18 Mar 2004 18:00:22 +0000 (18:00 +0000)
committerJohan Dahlin <johan@gnome.org>
Thu, 18 Mar 2004 18:00:22 +0000 (18:00 +0000)
Original commit message from CVS:
* configure.ac: s/GST_*_INCLUDES/GST_*_LIBS/

ChangeLog
configure.ac

index 4548913..6d737e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-18  Johan Dahlin  <johan@gnome.org>
+
+       * configure.ac: s/GST_*_INCLUDES/GST_*_LIBS/
+
 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * gst/Makefile.am: fix automake don'ts
index 3902911..3656ff9 100644 (file)
@@ -82,7 +82,7 @@ PKG_CHECK_MODULES(GST_INTERFACES, gstreamer-interfaces-$GST_MAJORMINOR,
                   HAVE_INTERFACES=yes,HAVE_INTERFACES=no)
 AM_CONDITIONAL(BUILD_INTERFACES, test "x$HAVE_INTERFACES" = "xyes")
 AC_SUBST(GST_INTERFACES_CFLAGS)
-AC_SUBST(GST_INTERFACES_INCLUDES)
+AC_SUBST(GST_INTERFACES_LIBS)
 
 AC_MSG_CHECKING(for GStreamer play include dir)
 PKG_CHECK_MODULES(GST_PLAY, gstreamer-play-$GST_MAJORMINOR,