Fix installation of libndr.h
authorJelmer Vernooij <jelmer@samba.org>
Tue, 14 Oct 2008 23:11:18 +0000 (01:11 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 14 Oct 2008 23:11:18 +0000 (01:11 +0200)
source4/headermap.txt
source4/librpc/config.mk

index a1b21d7a7464915a7e9909287c9c317fc8d6abd3..43119d26955331b8dfa0bd1ea8aa5508e2fe81e3 100644 (file)
@@ -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
index f3e9d466562fae735152095f3928c8e24cef12ce..02eb0ac310feaaf548d89a8dfa1f41c760eb6662 100644 (file)
@@ -19,7 +19,7 @@ LIBNDR_SOVERSION = 0
 # End SUBSYSTEM LIBNDR
 ################################################
 
-PUBLIC_HEADERS += $(ndrsrcdir)/libndr.h
+PUBLIC_HEADERS += ../librpc/ndr/libndr.h
 
 #################################
 # Start BINARY ndrdump