diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-09-22 14:23:40 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-09-22 14:23:40 -0700 |
commit | b18449dbd587e978a65d8de3b8df96371d4bcdcb (patch) | |
tree | b80b384832e380ee0a5c8d358c9ee7f85d2c6d0f /source3/lib/netapi/tests/Makefile.in | |
parent | cebd9a9013a76073c3035b74175d228116fc7e48 (diff) | |
parent | 92ebd6afc9a1979d5a08af1f7964032763d8fc5b (diff) | |
download | samba-b18449dbd587e978a65d8de3b8df96371d4bcdcb.tar.gz samba-b18449dbd587e978a65d8de3b8df96371d4bcdcb.tar.bz2 samba-b18449dbd587e978a65d8de3b8df96371d4bcdcb.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel
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 $@ |