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
@@ -108,6 +108,7 @@ BINRLS=$(BINDIR)/Release @@ -108,6 +108,7 @@ BINRLS=$(BINDIR)/Release
108 CFLAGS= \ 108 CFLAGS= \
109 @CFLAGS@ \ 109 @CFLAGS@ \
110 -g \ 110 -g \
  111 + -Isrc/include \
111 -I$(srcdir)/src/include \ 112 -I$(srcdir)/src/include \
112 -I$(srcdir)/src/include/@OSNAME@ \ 113 -I$(srcdir)/src/include/@OSNAME@ \
113 @LIBSSL_CFLAGS@ \ 114 @LIBSSL_CFLAGS@ \