diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 01:11:18 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 01:11:18 +0200 |
commit | 95a86edd97943aec086ed119975bad940c0cfe47 (patch) | |
tree | 413a69832ac3854fdbd1c22a2ce0f0e71cce0aa8 /source4/librpc | |
parent | 65fdcd92fa9d5bc290274be458157d5bc8fea351 (diff) | |
download | samba-95a86edd97943aec086ed119975bad940c0cfe47.tar.gz samba-95a86edd97943aec086ed119975bad940c0cfe47.tar.bz2 samba-95a86edd97943aec086ed119975bad940c0cfe47.zip |
Fix installation of libndr.h
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |