summaryrefslogtreecommitdiffstats
path: root/ctdb/Makefile.in
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2013-01-12 15:14:48 +0100
committerAmitay Isaacs <amitay@gmail.com>2013-01-22 18:03:31 +1100
commit75625cd572081f11c7ac134b62c3ca4f29dfa18f (patch)
treeee7f7f138e6db0c093098dd4c77ee97c17c696a9 /ctdb/Makefile.in
parent28cbe527d47822f870e8252495ab2a1c8fddd12f (diff)
downloadsamba-75625cd572081f11c7ac134b62c3ca4f29dfa18f.tar.gz
samba-75625cd572081f11c7ac134b62c3ca4f29dfa18f.tar.xz
samba-75625cd572081f11c7ac134b62c3ca4f29dfa18f.zip
build: Add missing LDFLAGS
Original Author: Simon Ruderich <simon@ruderich.org> Signed-off-by: Mathieu Parent <math.parent@gmail.com> (This used to be ctdb commit 506ecd186759675a1cf50a0a05a285fee03fc51e)
Diffstat (limited to 'ctdb/Makefile.in')
-rwxr-xr-xctdb/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in
index fef2e453cfd..5871557889a 100755
--- a/ctdb/Makefile.in
+++ b/ctdb/Makefile.in
@@ -173,7 +173,7 @@ bin/ctdb: $(CTDB_CLIENT_OBJ) tools/ctdb.o tools/ctdb_vacuum.o libctdb/libctdb.a
bin/ltdbtool: tools/ltdbtool.o $(TDB_OBJ)
@echo Linking $@
- @$(CC) $(CFLAGS) -o $@ $+ $(TDB_LIBS)
+ @$(CC) $(CFLAGS) -o $@ $+ $(TDB_LIBS) $(LIB_FLAGS)
bin/smnotify: utils/smnotify/gen_xdr.o utils/smnotify/gen_smnotify.o utils/smnotify/smnotify.o $(POPT_OBJ)
@echo Linking $@
@@ -195,7 +195,7 @@ utils/smnotify/gen_smnotify.c: utils/smnotify/smnotify.x utils/smnotify/smnotify
bin/ping_pong: utils/ping_pong/ping_pong.o
@echo Linking $@
- @$(CC) $(CFLAGS) -o $@ utils/ping_pong/ping_pong.o
+ @$(CC) $(CFLAGS) -o $@ utils/ping_pong/ping_pong.o $(LIB_FLAGS)
bin/pmdactdb: $(CTDB_CLIENT_OBJ) utils/pmda/pmda_ctdb.o
@echo Linking $@