Commit a91fc6e1dfc0d65b54cf38290668cd3b57eb78c1
1 parent
ac5e2b91
Exists in
master
and in
1 other branch
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,6 +94,9 @@ DEPENDS= \ | ||
| 94 | Makefile \ | 94 | Makefile \ |
| 95 | $(BASEDIR)/common/src/include/*.h | 95 | $(BASEDIR)/common/src/include/*.h |
| 96 | 96 | ||
| 97 | +LDFLAGS= \ | ||
| 98 | + @LDFLAGS@ | ||
| 99 | + | ||
| 97 | CFLAGS= \ | 100 | CFLAGS= \ |
| 98 | @CFLAGS@ \ | 101 | @CFLAGS@ \ |
| 99 | -I$(BASEDIR)/server/src/include \ | 102 | -I$(BASEDIR)/server/src/include \ |