blob: c45df9eddeea541b813db1c74455bc5475f2b29e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Allow building when an older version of libbde is installed
--- pybde/Makefile.in.orig 2016-01-10 20:07:31 UTC
+++ pybde/Makefile.in
@@ -192,7 +192,7 @@ AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common -I$(top_builddir)/include
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
|