From 36c304580b49ea6ce445a68ac77b08405b983275 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 4 Oct 2008 11:13:48 -0400 Subject: Make it possible to pass extra CFLAGS and LDFLAGS by passing them on the command line before calling makefiles --- server/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/Makefile.in') diff --git a/server/Makefile.in b/server/Makefile.in index 724cb0473..34be39b35 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -38,7 +38,7 @@ LD_EXPORT_DYNAMIC = @LD_EXPORT_DYNAMIC@ SHLD = @SHLD@ SHLD_FLAGS = @SHLD_FLAGS@ -LDFLAGS = @LDFLAGS@ +LDFLAGS += @LDFLAGS@ LIBS = @LIBS@ $(TALLOC_LIBS) $(TDB_LIBS) $(EVENTS_LIBS) $(POPT_LIBS) PICFLAG = @PICFLAG@ -- cgit