Commit ece442456de2599e443c717d745cdae4e142dabd

Authored by Perry Werneck
1 parent aa67d20c
Exists in master and in 2 other branches develop, macos

Fixing use of a separated build dir.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
Makefile.in
... ... @@ -108,6 +108,7 @@ BINRLS=$(BINDIR)/Release
108 108 CFLAGS= \
109 109 @CFLAGS@ \
110 110 -g \
  111 + -Isrc/include \
111 112 -I$(srcdir)/src/include \
112 113 -I$(srcdir)/src/include/@OSNAME@ \
113 114 @LIBSSL_CFLAGS@ \
... ...