Commit a91fc6e1dfc0d65b54cf38290668cd3b57eb78c1

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

Fixing problem with customized LDFLAGS.

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
server/Makefile.in
... ... @@ -94,6 +94,9 @@ DEPENDS= \
94 94 Makefile \
95 95 $(BASEDIR)/common/src/include/*.h
96 96  
  97 +LDFLAGS= \
  98 + @LDFLAGS@
  99 +
97 100 CFLAGS= \
98 101 @CFLAGS@ \
99 102 -I$(BASEDIR)/server/src/include \
... ...