Unbreak vpath builds broken by commit 474a42473a.

pull/1/head
Andrew Dunstan 15 years ago
parent 92c30fd2ed
commit 57e9bda5ec
  1. 2
      src/pl/plpython/Makefile

@ -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)

Loading…
Cancel
Save