Commit 33911d18addd929386721987b1c851f328077115

Authored by Perry Werneck
1 parent 94bb2576
Exists in master and in 1 other branch develop

Fixing lib3270++ build error.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
Makefile.in
... ... @@ -90,6 +90,7 @@ DEPENDS= \
90 90  
91 91 CFLAGS= \
92 92 @CFLAGS@ \
  93 + @CPPFLAGS@ \
93 94 -g \
94 95 -I../include \
95 96 -DBUILD_DATE=`date +%Y%m%d` \
... ...