diff options
author | Kai Blin <kai@samba.org> | 2008-05-12 14:38:21 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-05-20 14:27:21 +0200 |
commit | efc863e3758501a4c62dc9762eb0aded2dad01ff (patch) | |
tree | d212943c9a9c8950f104d69757ff2de374282073 /source/Makefile.in | |
parent | 1813e545a99545575babe126386c8caca00aab8f (diff) | |
download | samba-efc863e3758501a4c62dc9762eb0aded2dad01ff.tar.gz samba-efc863e3758501a4c62dc9762eb0aded2dad01ff.tar.xz samba-efc863e3758501a4c62dc9762eb0aded2dad01ff.zip |
net: Split out common help functions.
Diffstat (limited to 'source/Makefile.in')
-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 e22f9657f85..817cd1f0d22 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -885,7 +885,7 @@ NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \ auth/token_util.o utils/net_dom.o # these are not processed by make proto -NET_OBJ2 = utils/net_registry_util.o +NET_OBJ2 = utils/net_registry_util.o utils/net_help_common.o NET_OBJ = $(NET_OBJ1) \ $(NET_OBJ2) \ |