diff options
author | Rafal Szczesniak <mimir@samba.org> | 2007-09-27 15:48:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:21 -0500 |
commit | 528d2cdd46304f89a5d4da09eec12f4c9f54a28b (patch) | |
tree | 8e427b05fa41328879d5d1ded5d0b3632e52d237 | |
parent | 1f3f79c21f47f3f7f11c960acfb8b0a9e73346f5 (diff) | |
download | samba-528d2cdd46304f89a5d4da09eec12f4c9f54a28b.tar.gz samba-528d2cdd46304f89a5d4da09eec12f4c9f54a28b.tar.bz2 samba-528d2cdd46304f89a5d4da09eec12f4c9f54a28b.zip |
r25376: Add the new file to the build.
rafal
(This used to be commit a5407a32886f0f8d55bf5d30496600e1f7889ce6)
-rw-r--r-- | source4/torture/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 00a31745f4..02188d8560 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -277,6 +277,7 @@ PRIVATE_PROTO_HEADER = \ libnet/proto.h OBJ_FILES = \ libnet/libnet.o \ + libnet/utils.o \ libnet/userinfo.o \ libnet/userman.o \ libnet/groupinfo.o \ |