summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/tests/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-05 15:13:13 +0200
committerGünther Deschner <gd@samba.org>2008-09-08 10:17:48 +0200
commitc01d0c0bdf6f5733e344b166875f27ba5a9c863c (patch)
tree16fbff794c9ef9e9b1691330dddeec92efb222e4 /source3/lib/netapi/tests/Makefile.in
parentc464969b64c796dc067323b42d993e141d0cb7cc (diff)
downloadsamba-c01d0c0bdf6f5733e344b166875f27ba5a9c863c.tar.gz
samba-c01d0c0bdf6f5733e344b166875f27ba5a9c863c.tar.bz2
samba-c01d0c0bdf6f5733e344b166875f27ba5a9c863c.zip
netapi: add NetShare testsuite.
Guenther (This used to be commit 07cf13e43d03803a5f039fa6df3c9a35c701d43a)
Diffstat (limited to 'source3/lib/netapi/tests/Makefile.in')
-rw-r--r--source3/lib/netapi/tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/netapi/tests/Makefile.in b/source3/lib/netapi/tests/Makefile.in
index f13281ee8c..d3f0663908 100644
--- a/source3/lib/netapi/tests/Makefile.in
+++ b/source3/lib/netapi/tests/Makefile.in
@@ -44,7 +44,7 @@ bin/.dummy:
CMDLINE_OBJ = common.o
NETAPIBUFFER_OBJ = netapibuffer.o
-NETAPITEST_OBJ = netapitest.o netlocalgroup.o netuser.o netgroup.o netdisplay.o $(CMDLINE_OBJ)
+NETAPITEST_OBJ = netapitest.o netlocalgroup.o netuser.o netgroup.o netdisplay.o netshare.o $(CMDLINE_OBJ)
bin/netapitest@EXEEXT@: $(BINARY_PREREQS) $(NETAPITEST_OBJ)
@echo Linking $@