From: Ronnie Sahlberg Date: Tue, 25 May 2010 22:56:46 +0000 (+1000) Subject: make sure we build libctdb for "make all" X-Git-Tag: ctdb-1.9.1~65 X-Git-Url: http://git.samba.org/?p=rusty%2Fctdb.git;a=commitdiff_plain;h=76acb97ebcfc378e98767113a81e413969917bb1 make sure we build libctdb for "make all" --- diff --git a/Makefile.in b/Makefile.in index b731634e..5b6a4c7e 100755 --- a/Makefile.in +++ b/Makefile.in @@ -78,7 +78,7 @@ DIRS = lib bin tests/bin .SUFFIXES: .c .o .h .1 .1.xml .1.html -all: showflags dirs doc $(CTDB_SERVER_OBJ) $(CTDB_CLIENT_OBJ) $(BINS) $(SBINS) $(TEST_BINS) +all: showflags dirs doc $(CTDB_SERVER_OBJ) $(CTDB_CLIENT_OBJ) $(CTDB_LIB_OBJ) $(BINS) $(SBINS) $(TEST_BINS) showflags: @echo 'ctdb will be compiled with flags:'