summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-09 19:21:48 +0200
committerGünther Deschner <gd@samba.org>2008-09-11 14:36:05 +0200
commit1aff85342792e8ce4713285be85124d975ace271 (patch)
treedea8c9be9f55a81d922e0236ec062b531a67a1c8 /source3/Makefile.in
parente6467a3e907b3bd1e3ea67a94b9c753c392f8a20 (diff)
downloadsamba-1aff85342792e8ce4713285be85124d975ace271.tar.gz
samba-1aff85342792e8ce4713285be85124d975ace271.tar.bz2
samba-1aff85342792e8ce4713285be85124d975ace271.zip
netapi: add NetFileClose skeleton.
Guenther (This used to be commit 4a006ae644bd85b670aab835dc7d90dadaec3503)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index e0f390c28a..8b46ab6d8b 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1835,7 +1835,8 @@ LIBNETAPI_OBJ0 = lib/netapi/netapi.o \
lib/netapi/localgroup.o \
lib/netapi/samr.o \
lib/netapi/sid.o \
- lib/netapi/share.o
+ lib/netapi/share.o \
+ lib/netapi/file.o
LIBNETAPI_OBJ = $(LIBNETAPI_OBJ0) $(LIBNET_OBJ) \
$(LIBSMBCONF_OBJ) \