summaryrefslogtreecommitdiff
path: root/source4/lib/samba3/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-29 17:31:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:34:56 -0500
commit615e1c55bfd0b5e5cb2ac77b19a0c395ef566bd2 (patch)
tree8d5439ca6058c830dec9582d43221a11aad7cd29 /source4/lib/samba3/config.mk
parent442d147f6d39a9ac9545a096c7f62386cbe8b480 (diff)
downloadsamba-615e1c55bfd0b5e5cb2ac77b19a0c395ef566bd2.tar.gz
samba-615e1c55bfd0b5e5cb2ac77b19a0c395ef566bd2.tar.bz2
samba-615e1c55bfd0b5e5cb2ac77b19a0c395ef566bd2.zip
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)
Diffstat (limited to 'source4/lib/samba3/config.mk')
-rw-r--r--source4/lib/samba3/config.mk10
1 files changed, 0 insertions, 10 deletions
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
-################################################