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 | 540a6122dc58a216a94a11a36baa209521dd1981 (patch) | |
tree | 6939aa407e2f21c491a9e7189793dab862f95276 | |
parent | 0216b0fca115c903ec31ed21427a83c62077dc95 (diff) | |
download | samba-540a6122dc58a216a94a11a36baa209521dd1981.tar.gz samba-540a6122dc58a216a94a11a36baa209521dd1981.tar.xz samba-540a6122dc58a216a94a11a36baa209521dd1981.zip |
added smbgroupedit to compile by default
J.F.
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 646a536ea45..d77d7bfc210 100644 --- a/source/Makefile.in +++ b/source/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 |