summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2002-09-11 18:18:45 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2002-09-11 18:18:45 +0000
commit0e64fa7c0539dfc28a2644c325368e0fe65eb669 (patch)
tree6bf45fba866df5d6a751f97788ca5aee764e506d
parente610c72a772656ef2c0a730348fccb28b130795c (diff)
downloadxine-lib-0e64fa7c0539dfc28a2644c325368e0fe65eb669.tar.gz
xine-lib-0e64fa7c0539dfc28a2644c325368e0fe65eb669.tar.bz2
autoconfig'ed include/xine.h not found, when building xine in a separate
object-file directory hierarchy. CVS patchset: 2652 CVS date: 2002/09/11 18:18:45
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index bcd0f904c..5f9a8c012 100644
--- a/configure.in
+++ b/configure.in
@@ -995,7 +995,7 @@ AC_SUBST(w32_path)
dnl
dnl some include paths ( !!! DO NOT REMOVE !!! )
dnl
-INCLUDES='-I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/xine-engine -I$(top_srcdir)/src/xine-utils $(INTLDIR)'
+INCLUDES='-I$(top_srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/xine-engine -I$(top_srcdir)/src/xine-utils $(INTLDIR)'
AC_SUBST(INCLUDES)