From: Thomas Vander Stichele Date: Tue, 6 Jul 2004 15:32:08 +0000 (+0000) Subject: fix marshal includes X-Git-Tag: 1.19.3~511^2~14011 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2251903b6219b647bd6f90fd37e18aa0984901c;p=platform%2Fupstream%2Fgstreamer.git fix marshal includes Original commit message from CVS: fix marshal includes --- diff --git a/configure.ac b/configure.ac index e8113d4..a367fab 100644 --- a/configure.ac +++ b/configure.ac @@ -1759,7 +1759,8 @@ AM_CONDITIONAL(HAVE_FIG2DEV_PDF, $HAVE_FIG2DEV_PDF) AM_CONDITIONAL(HAVE_RAW1394, test "x$HAVE_RAW1394" = "xyes") dnl prefer internal headers to already installed ones -GST_CFLAGS="-I\$(top_srcdir)/gst-libs $GST_CFLAGS $GST_ERROR" +dnl also add builddir include for enumtypes and marshal +GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GST_ERROR" AC_SUBST(GST_LIBS) AC_SUBST(GST_CFLAGS)