1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Fix installation of libndr.h

This commit is contained in:
Jelmer Vernooij 2008-10-15 01:11:18 +02:00
parent 65fdcd92fa
commit 95a86edd97
2 changed files with 2 additions and 2 deletions

View 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

View 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