blob: a8744dff6d93ad980db04c448bb0a59b99f43f60 (
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 2017-02-03 08:51:17 UTC
+++ pyregf/Makefile.in
@@ -191,7 +191,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
|