diff options
author | Günther Deschner <gd@samba.org> | 2008-09-12 17:24:37 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-22 19:36:53 +0200 |
commit | b47953ea105a04a3d62259f1cbf5aea2f7910173 (patch) | |
tree | 639024c1c98167f27baa1ad70bbc8e29ab085bd6 /source3/lib/netapi/tests/Makefile.in | |
parent | ba58d17e6981dcf6775c1706ff21afa6c5849ede (diff) | |
download | samba-b47953ea105a04a3d62259f1cbf5aea2f7910173.tar.gz samba-b47953ea105a04a3d62259f1cbf5aea2f7910173.tar.bz2 samba-b47953ea105a04a3d62259f1cbf5aea2f7910173.zip |
netapi: add NetFile testsuite.
Guenther
Diffstat (limited to 'source3/lib/netapi/tests/Makefile.in')
-rw-r--r-- | source3/lib/netapi/tests/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/netapi/tests/Makefile.in b/source3/lib/netapi/tests/Makefile.in index 0145753212..659f82c9d8 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 netshare.o $(CMDLINE_OBJ) +NETAPITEST_OBJ = netapitest.o netlocalgroup.o netuser.o netgroup.o netdisplay.o netshare.o netfile.o $(CMDLINE_OBJ) bin/netapitest@EXEEXT@: $(BINARY_PREREQS) $(NETAPITEST_OBJ) @echo Linking $@ |