fixing some stuff
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 2 Jan 2002 22:01:58 +0000 (22:01 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 2 Jan 2002 22:01:58 +0000 (22:01 +0000)
Original commit message from CVS:
fixing some stuff

configure.ac

index bf44369..c9276e5 100644 (file)
@@ -683,7 +683,7 @@ AC_SUBST(LIBGST_CFLAGS)
 
 dnl Vars for everyone else
 GST_INT_LIBS="\$(top_builddir)/gst/libgst.la"
-GST_INT_CFLAGS="-I\$(top_srcdir)/libs -I\$(top_srcdir)/include"
+GST_INT_CFLAGS="-I\$(top_srcdir)/libs -I\$(top_srcdir)/include -I\$(top_srcdir)"
 
 AC_SUBST(GST_CFLAGS, "$GST_EXT_CFLAGS $GST_INT_CFLAGS")
 AC_SUBST(GST_LIBS, "$GST_EXT_LIBS $GST_INT_LIBS")