summaryrefslogtreecommitdiff
path: root/source4/torture/libnetapi/config.mk
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-05-29 16:39:04 +0200
committerGünther Deschner <gd@samba.org>2009-05-29 18:09:48 +0200
commit3d07a929e6e0606d841694befdd236782a2036b5 (patch)
treeee719b554c69d33be6c23217619d5068741c6030 /source4/torture/libnetapi/config.mk
parent10eec5ebc01e166ac1759748a5a9bffff77bf44f (diff)
downloadsamba-3d07a929e6e0606d841694befdd236782a2036b5.tar.gz
samba-3d07a929e6e0606d841694befdd236782a2036b5.tar.bz2
samba-3d07a929e6e0606d841694befdd236782a2036b5.zip
s4-smbtorture: add NETAPI-USER test.
Guenther
Diffstat (limited to 'source4/torture/libnetapi/config.mk')
-rw-r--r--source4/torture/libnetapi/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/libnetapi/config.mk b/source4/torture/libnetapi/config.mk
index ea4166c944..0a4085f6d6 100644
--- a/source4/torture/libnetapi/config.mk
+++ b/source4/torture/libnetapi/config.mk
@@ -10,6 +10,7 @@ PRIVATE_DEPENDENCIES = \
# End SUBSYSTEM TORTURE_LIBNETAPI
#################################
-TORTURE_LIBNETAPI_OBJ_FILES = $(addprefix $(torturesrcdir)/libnetapi/, libnetapi.o)
+TORTURE_LIBNETAPI_OBJ_FILES = $(addprefix $(torturesrcdir)/libnetapi/, libnetapi.o \
+ libnetapi_user.o)
$(eval $(call proto_header_template,$(torturesrcdir)/libnetapi/proto.h,$(TORTURE_LIBNETAPI_OBJ_FILES:.o=.c)))