diff options
author | Günther Deschner <gd@samba.org> | 2008-11-06 16:47:38 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-06 18:50:12 +0100 |
commit | c353c53692aa683a619d7c0a0689e71080574c7b (patch) | |
tree | 6ab3c0b36f12bdb5c016a14effda311b5a0ebffc /source3 | |
parent | e721e3b7f57bebc0367fa9748db574c428283780 (diff) | |
download | samba-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.in | 3 |
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) \ |