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/smbd/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/smbd') diff --git a/source4/smbd/config.mk b/source4/smbd/config.mk index 37082485f5..24ea69a82a 100644 --- a/source4/smbd/config.mk +++ b/source4/smbd/config.mk @@ -103,6 +103,7 @@ REQUIRED_SUBSYSTEMS = \ SERVER_SERVICE \ CONFIG \ LIBCMDLINE \ - LIBBASIC + LIBBASIC \ + PIDFILE # End BINARY smbd ################################# -- cgit