From 615e1c55bfd0b5e5cb2ac77b19a0c395ef566bd2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 29 Aug 2005 17:31:19 +0000 Subject: r9751: Remove C version of samba3dump (the EJS version works nicely as well). Fix a couple of bugs in ldb_map. (This used to be commit 66df76a63433aea4081eab8b20bf3ba86e0a606d) --- source4/lib/samba3/config.mk | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source4/lib/samba3/config.mk') diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index 06b7e5e256..6a122546a5 100644 --- a/source4/lib/samba3/config.mk +++ b/source4/lib/samba3/config.mk @@ -15,13 +15,3 @@ ADD_OBJ_FILES = \ lib/samba3/upgrade.o # End SUBSYSTEM LIBSAMBA3 ################################################ - -################################################ -# Start BINARY samba3dump -[BINARY::samba3dump] -INSTALLDIR = BINDIR -INIT_OBJ_FILES = \ - lib/samba3/samba3dump.o -REQUIRED_SUBSYSTEMS = LIBBASIC LIBCMDLINE LIBSAMBA3 -# End BINARY samba3dump -################################################ -- cgit