summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-03-18 18:00:22 +0000
committerJohan Dahlin <johan@gnome.org>2004-03-18 18:00:22 +0000
commite3d1e2f3c71361f94de4d2c68ffadaa4de9b2f88 (patch)
tree7f5f5e056474a51d032e87c409c99f84cb0d2fcd
parente90bbb06697f5bbb0f7f00fc5af3a45c83f4f7e4 (diff)
configure.ac: s/GST_*_INCLUDES/GST_*_LIBS/
Original commit message from CVS: * configure.ac: s/GST_*_INCLUDES/GST_*_LIBS/
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 45489132f9..6d737e1d36 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 3902911405..3656ff91b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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,