mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
fixing some stuff
Original commit message from CVS: fixing some stuff
This commit is contained in:
parent
3638902dd2
commit
3ba7f311c0
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue