s3:build: add a ctdb build target.
authorMichael Adam <obnox@samba.org>
Thu, 20 Oct 2011 10:57:40 +0000 (12:57 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 20 Oct 2011 10:57:40 +0000 (12:57 +0200)
source3/Makefile.in

index 7872484ef04b0d50ed7399a2a249be9ad2eedfff..e698b8ced6fa33ac4f780b6b03dc13201d16ee56 100644 (file)
@@ -3620,6 +3620,16 @@ bin/smbtorture4: $(BINARY_PREREQS)
 bin/ndrdump4: $(BINARY_PREREQS)
        $(MAKE) -f Makefile-smbtorture4 bin/ndrdump4
 
+.PHONY: ctdb
+
+ctdb:
+       @( \
+       cd ../ctdb/ && \
+       ./autogen.sh && \
+       ./configure.rpm && \
+       make \
+       )
+
 .PHONY: vfs_examples
 
 vfs_examples: