summaryrefslogtreecommitdiff
path: root/source4/libnet
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-03-07 12:27:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:00 -0500
commitc857c031705ccd406d9d3749c247e49206bdd6b3 (patch)
tree9f49aee83eb54787980aa77d80f4f3b64ac601ba /source4/libnet
parent3e88cae57bd473b492735f90be86940e44e0e78d (diff)
downloadsamba-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.mk3
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
#################################