Commit 2133f185eab1c79440dfbb341c36126695a700cf

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

Fixing Makefile.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -95,7 +95,7 @@ CFLAGS= \ @@ -95,7 +95,7 @@ CFLAGS= \
95 -g \ 95 -g \
96 -Isrc/include \ 96 -Isrc/include \
97 -DBUILD_DATE=`date +%Y%m%d` \ 97 -DBUILD_DATE=`date +%Y%m%d` \
98 - @LIB3270_CFLAGS@ 98 + @LIB3270_CFLAGS@ \
99 @GTK_CFLAGS@ \ 99 @GTK_CFLAGS@ \
100 @GLIB_CFLAGS@ 100 @GLIB_CFLAGS@
101 101