blob: f344ec6bf28be527ca766733b3611d14af67d287 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Allow building when an older version of libregf is installed
--- pyregf/Makefile.in.orig 2015-12-24 12:55:58 UTC
+++ pyregf/Makefile.in
@@ -193,7 +193,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
|