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:
parent
65fdcd92fa
commit
95a86edd97
@ -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
|
||||
|
@ -19,7 +19,7 @@ LIBNDR_SOVERSION = 0
|
||||
# End SUBSYSTEM LIBNDR
|
||||
################################################
|
||||
|
||||
PUBLIC_HEADERS += $(ndrsrcdir)/libndr.h
|
||||
PUBLIC_HEADERS += ../librpc/ndr/libndr.h
|
||||
|
||||
#################################
|
||||
# Start BINARY ndrdump
|
||||
|
Loading…
x
Reference in New Issue
Block a user