configure.ac: s/GST_*_INCLUDES/GST_*_LIBS/

Original commit message from CVS:
* configure.ac: s/GST_*_INCLUDES/GST_*_LIBS/
This commit is contained in:
Johan Dahlin 2004-03-18 18:00:22 +00:00
parent e90bbb0669
commit e3d1e2f3c7
2 changed files with 5 additions and 1 deletions

View file

@ -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

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