Commit 9c1ba45bdc3ba4353fbd6cd4a2b1b4fd8ced1e10

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

Fixing "LDFLAGS" option.

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
Makefile.in
... ... @@ -117,6 +117,9 @@ LIBS= \
117 117 @INTL_LIBS@ \
118 118 @LIB3270_LIBS@
119 119  
  120 +LDFLAGS= \
  121 + @LDFLAGS@
  122 +
120 123 #---[ Debug Rules ]----------------------------------------------------------------------
121 124  
122 125 $(OBJDBG)/%.o: \
... ...