Browse Source

Fix build when not building inside root directory

pull/48/head
Andrew Waterman 10 years ago
parent
commit
2fe8a17abf
  1. 2
      Makefile.in

2
Makefile.in

@ -71,7 +71,7 @@ install_exes_dir := $(INSTALLDIR)/bin
sprojs := @subprojects@
sprojs_enabled := @subprojects_enabled@
sprojs_include := -I. $(addprefix -I$(src_dir)/, $(sprojs_enabled))
sprojs_include := -I. -I$(src_dir) $(addprefix -I$(src_dir)/, $(sprojs_enabled))
VPATH := $(addprefix $(src_dir)/, $(sprojs_enabled))
#-------------------------------------------------------------------------

Loading…
Cancel
Save