diff options
author | Kai Blin <kai@samba.org> | 2008-05-14 14:24:21 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-05-20 14:28:01 +0200 |
commit | f9a6d1f2645eef2654a8ff1fc59e83ee762d4014 (patch) | |
tree | 24694f29d6a60741881bbf8723021dba09406f7c /source3/Makefile.in | |
parent | 00f6ad7b5a7ea684b329c2ce68ada77036c94b08 (diff) | |
download | samba-f9a6d1f2645eef2654a8ff1fc59e83ee762d4014.tar.gz samba-f9a6d1f2645eef2654a8ff1fc59e83ee762d4014.tar.xz samba-f9a6d1f2645eef2654a8ff1fc59e83ee762d4014.zip |
net: Split out "net share"
(This used to be commit 25d4c6f692cf50d675a1de7c6eaeed271f349289)
Diffstat (limited to 'source3/Makefile.in')
-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 6a1bd8dd10e..85385f6b011 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -882,7 +882,7 @@ NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \ $(PASSWD_UTIL_OBJ) utils/net_dns.o utils/net_ads_gpo.o \ utils/net_conf.o utils/net_join.o utils/net_user.o \ utils/net_group.o utils/net_file.o utils/net_registry.o \ - auth/token_util.o utils/net_dom.o + auth/token_util.o utils/net_dom.o utils/net_share.o # these are not processed by make proto NET_OBJ2 = utils/net_registry_util.o utils/net_help_common.o |