diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-03-07 12:27:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:00 -0500 |
commit | c857c031705ccd406d9d3749c247e49206bdd6b3 (patch) | |
tree | 9f49aee83eb54787980aa77d80f4f3b64ac601ba /source4/libnet | |
parent | 3e88cae57bd473b492735f90be86940e44e0e78d (diff) | |
download | samba-c857c031705ccd406d9d3749c247e49206bdd6b3.tar.gz samba-c857c031705ccd406d9d3749c247e49206bdd6b3.tar.bz2 samba-c857c031705ccd406d9d3749c247e49206bdd6b3.zip |
r5681: fix the build and compiler wanings
metze
(This used to be commit bb2622a0c94127a31855adc41d90289219a1ddd7)
Diffstat (limited to 'source4/libnet')
-rw-r--r-- | source4/libnet/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/libnet/config.mk b/source4/libnet/config.mk index e815193f48..31714058f2 100644 --- a/source4/libnet/config.mk +++ b/source4/libnet/config.mk @@ -8,7 +8,8 @@ ADD_OBJ_FILES = \ libnet/libnet_time.o \ libnet/libnet_rpc.o \ libnet/libnet_join.o \ - libnet/libnet_user.o + libnet/libnet_user.o \ + libnet/userinfo.o REQUIRED_SUBSYSTEMS = RPC_NDR_SAMR RPC_NDR_SRVSVC # End SUBSYSTEM LIBNET ################################# |