diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-01 23:03:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:31 -0500 |
commit | 8bab9322825090952b25aa7e54c9bcd2f367de8d (patch) | |
tree | 95634bf39f0f2bbd1bdddb39f71c000e798a6ed3 /source4/build | |
parent | 46f627ea7afb0ad006efadf593bf202cea05194e (diff) | |
download | samba-8bab9322825090952b25aa7e54c9bcd2f367de8d.tar.gz samba-8bab9322825090952b25aa7e54c9bcd2f367de8d.tar.bz2 samba-8bab9322825090952b25aa7e54c9bcd2f367de8d.zip |
r15387: Fix installation of dcerpc headers, remove more instances of uint_t
(This used to be commit 9e9bfd04c6db013453b900e201df9c09e8777a22)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/config_mk.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index 7880745538..80da0ab2fa 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -55,6 +55,10 @@ my $section_types = { "MANPAGE" => "string", "PRIVATE_PROTO_HEADER" => "string", + "PUBLIC_PROTO_HEADER" => "string", + + + "PUBLIC_HEADERS" => "list", "CFLAGS" => "string" }, |