summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-15 01:11:18 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-15 01:11:18 +0200
commit95a86edd97943aec086ed119975bad940c0cfe47 (patch)
tree413a69832ac3854fdbd1c22a2ce0f0e71cce0aa8 /source4
parent65fdcd92fa9d5bc290274be458157d5bc8fea351 (diff)
downloadsamba-95a86edd97943aec086ed119975bad940c0cfe47.tar.gz
samba-95a86edd97943aec086ed119975bad940c0cfe47.tar.bz2
samba-95a86edd97943aec086ed119975bad940c0cfe47.zip
Fix installation of libndr.h
Diffstat (limited to 'source4')
-rw-r--r--source4/headermap.txt2
-rw-r--r--source4/librpc/config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/headermap.txt b/source4/headermap.txt
index a1b21d7a74..43119d2695 100644
--- a/source4/headermap.txt
+++ b/source4/headermap.txt
@@ -12,7 +12,7 @@ librpc/rpc/dcerpc.h: dcerpc.h
lib/ldb/include/ldb.h: ldb.h
lib/ldb/include/ldb_errors.h: ldb_errors.h
auth/gensec/gensec.h: gensec.h
-librpc/ndr/libndr.h: ndr.h
+../librpc/ndr/libndr.h: ndr.h
lib/registry/registry.h: registry.h
libcli/util/werror.h: core/werror.h
libcli/util/doserr.h: core/doserr.h
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index f3e9d46656..02eb0ac310 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -19,7 +19,7 @@ LIBNDR_SOVERSION = 0
# End SUBSYSTEM LIBNDR
################################################
-PUBLIC_HEADERS += $(ndrsrcdir)/libndr.h
+PUBLIC_HEADERS += ../librpc/ndr/libndr.h
#################################
# Start BINARY ndrdump