From 069e498da2a03bd253a2fcf2b7ff13f266ab63b4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 19 Sep 2005 22:01:57 +0000 Subject: r10330: Add SConscript to more subsystems. Some of the tdb tools build now. Start on custom Samba scons tools (for handling proto generation, pidl, etc) (This used to be commit 4bffe4435944fffa3f9680b5a2fe63f2bdd98003) --- source4/auth/SConscript | 1 + 1 file changed, 1 insertion(+) create mode 100644 source4/auth/SConscript (limited to 'source4/auth/SConscript') diff --git a/source4/auth/SConscript b/source4/auth/SConscript new file mode 100644 index 0000000000..b17b8e580b --- /dev/null +++ b/source4/auth/SConscript @@ -0,0 +1 @@ +Import('hostenv') -- cgit