From 0e64fa7c0539dfc28a2644c325368e0fe65eb669 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Wed, 11 Sep 2002 18:18:45 +0000 Subject: 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3