diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-06 15:32:08 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-06 15:32:08 +0000 |
commit | 58909778bc4b25e9dc7d1ef12dd0a64f614fb4b3 (patch) | |
tree | 5eb68da57be703816b6451026ed55d22dc6ddf5c | |
parent | 3c243e775855e2c84cbf104b256bdb7c79fe8122 (diff) | |
download | gst-plugins-bad-58909778bc4b25e9dc7d1ef12dd0a64f614fb4b3.tar.gz gst-plugins-bad-58909778bc4b25e9dc7d1ef12dd0a64f614fb4b3.tar.bz2 gst-plugins-bad-58909778bc4b25e9dc7d1ef12dd0a64f614fb4b3.zip |
fix marshal includes
Original commit message from CVS:
fix marshal includes
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e8113d42..a367fab8 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) |