diff options
author | Jean-François Micouleau <jfm@samba.org> | 2001-12-01 23:51:21 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 2001-12-01 23:51:21 +0000 |
commit | df5dd906a752dad43b91f5f8f05147f73c38554b (patch) | |
tree | 248afc3f84f1042403dd14edd8799fb451be85be | |
parent | de744cb970f5e3afb174a2d923d4e7d11b266173 (diff) | |
download | samba-df5dd906a752dad43b91f5f8f05147f73c38554b.tar.gz samba-df5dd906a752dad43b91f5f8f05147f73c38554b.tar.bz2 samba-df5dd906a752dad43b91f5f8f05147f73c38554b.zip |
added smbgroupedit to compile by default
J.F.
(This used to be commit 540a6122dc58a216a94a11a36baa209521dd1981)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 646a536ea4..d77d7bfc21 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -95,7 +95,7 @@ PROGS2 = bin/smbpasswd bin/rpcclient bin/smbcacls @WRAP@ @WRAP32@ @PAM_MOD@ MPROGS = @MPROGS@ LPROGS = @WINBIND_LTARGETS@ -PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/pdbedit +PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/pdbedit bin/smbgroupedit TORTURE_PROGS = bin/smbtorture bin/msgtest bin/masktest bin/locktest bin/locktest2 SHLIBS = libsmbclient |