summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-06 16:47:38 +0100
committerGünther Deschner <gd@samba.org>2008-11-06 18:50:12 +0100
commitc353c53692aa683a619d7c0a0689e71080574c7b (patch)
tree6ab3c0b36f12bdb5c016a14effda311b5a0ebffc /source3
parente721e3b7f57bebc0367fa9748db574c428283780 (diff)
downloadsamba-c353c53692aa683a619d7c0a0689e71080574c7b.tar.gz
samba-c353c53692aa683a619d7c0a0689e71080574c7b.tar.bz2
samba-c353c53692aa683a619d7c0a0689e71080574c7b.zip
netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index ce24001fd2..55306f13d6 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -278,7 +278,8 @@ RPCCLIENT_NDR_OBJ = rpc_client/ndr.o
LIBNDR_GEN_OBJ0 = librpc/gen_ndr/ndr_samr.o \
librpc/gen_ndr/ndr_lsa.o
-LIBNDR_GEN_OBJ1 = librpc/gen_ndr/ndr_netlogon.o
+LIBNDR_GEN_OBJ1 = librpc/gen_ndr/ndr_netlogon.o \
+ ../librpc/ndr/ndr_netlogon.o
LIBNDR_GEN_OBJ = librpc/gen_ndr/ndr_wkssvc.o \
$(LIBNDR_GEN_OBJ0) \