]> git.ozlabs.org Git - ccan/commit
ntdb: build core components via static Makefile
authorDavid Disseldorp <ddiss@suse.de>
Mon, 16 Mar 2015 11:58:33 +0000 (12:58 +0100)
committerDavid Disseldorp <ddiss@suse.de>
Mon, 16 Mar 2015 13:35:00 +0000 (14:35 +0100)
commit147d9c78b8b6202b3442500e925793f70a5fe364
tree5bf1431597a3f98d527f652e818892460ad62804
parentd69ef83fcc2434ddaced1831184fb761ae6f09d3
ntdb: build core components via static Makefile

As part of Samba, ntdb was built using the Waf build system. As part of
ccan, convert this to a simple Makefile, and add a static config.h.

The Makefile only builds core ntdb components for now - libntdb and
tools.

Signed-off-by: David Disseldorp <ddiss@suse.de>
ccan/ntdb/Makefile
ccan/ntdb/config.h [new file with mode: 0644]
ccan/ntdb/configure [deleted file]