r9751: Remove C version of samba3dump (the EJS version works nicely as well).
[sfrench/samba-autobuild/.git] / source4 / lib / samba3 / config.mk
index 75073048d0a08436755c3d603084f4d541e00444..6a122546a5075c9f0a2e6387a2b98de40c864721 100644 (file)
@@ -10,16 +10,8 @@ ADD_OBJ_FILES = \
                lib/samba3/samba3.o \
                lib/samba3/group.o \
                lib/samba3/registry.o \
-               lib/samba3/secrets.o
+               lib/samba3/secrets.o \
+               lib/samba3/share_info.o \
+               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
-################################################