summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-08-05 15:25:38 +1000
committerAndrew Tridgell <tridge@samba.org>2010-08-05 17:31:29 +1000
commitfebd35ecd29a25979ff4f7a8f7a0d9dc80399dfb (patch)
tree5e89ae630923e33998ea0db458eaad49f1737446 /source4/librpc
parent8892748085d896f46582ea52d299513ce035d8a3 (diff)
downloadsamba-febd35ecd29a25979ff4f7a8f7a0d9dc80399dfb.tar.gz
samba-febd35ecd29a25979ff4f7a8f7a0d9dc80399dfb.tar.bz2
samba-febd35ecd29a25979ff4f7a8f7a0d9dc80399dfb.zip
s4-dns: fix dnsp for old build
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/config.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index ec4496c727..3c231d6af6 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -306,6 +306,11 @@ PUBLIC_DEPENDENCIES = LIBNDR NDR_STANDARD
NDR_NTPRINTING_OBJ_FILES = ../librpc/gen_ndr/ndr_ntprinting.o ../librpc/ndr/ndr_ntprinting.o
+[SUBSYSTEM::NDR_DNSP]
+PUBLIC_DEPENDENCIES = LIBNDR
+
+NDR_DNSP_OBJ_FILES = ../librpc/gen_ndr/ndr_dnsp.o ../librpc/ndr/ndr_dnsp.o
+
$(librpcsrcdir)/idl-deps:
$(PERL) $(librpcsrcdir)/idl-deps.pl $(wildcard $(librpcsrcdir)/idl/*.idl ../librpc/idl/*.idl) >$@
@@ -362,7 +367,7 @@ PUBLIC_DEPENDENCIES = \
NDR_FRSRPC NDR_FRSAPI NDR_FRSTRANS \
NDR_NFS4ACL NDR_NTP_SIGND \
NDR_DCOM NDR_WMI NDR_NAMED_PIPE_AUTH \
- NDR_NTLMSSP NDR_NTPRINTING NDR_DFSBLOBS
+ NDR_NTLMSSP NDR_NTPRINTING NDR_DFSBLOBS NDR_DNSP
NDR_TABLE_OBJ_FILES = ../librpc/ndr/ndr_table.o $(gen_ndrsrcdir)/tables.o