Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.

This commit is contained in:
Andrew Dunstan 2011-02-28 21:31:39 -05:00
parent 92c30fd2ed
commit 57e9bda5ec

View File

@ -32,7 +32,7 @@ endif
# to work without, we have to skip it.
ifneq (,$(findstring yes, $(shared_libpython)$(allow_nonpic_in_shlib)))
override CPPFLAGS := -I$(srcdir) $(python_includespec) $(CPPFLAGS)
override CPPFLAGS := -I. -I$(srcdir) $(python_includespec) $(CPPFLAGS)
rpathdir = $(python_libdir)