From 95a86edd97943aec086ed119975bad940c0cfe47 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 15 Oct 2008 01:11:18 +0200 Subject: [PATCH] Fix installation of libndr.h --- source4/headermap.txt | 2 +- source4/librpc/config.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/headermap.txt b/source4/headermap.txt index a1b21d7a746..43119d26955 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 f3e9d466562..02eb0ac310f 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 -- 2.34.1