summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-01 23:03:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:31 -0500
commit8bab9322825090952b25aa7e54c9bcd2f367de8d (patch)
tree95634bf39f0f2bbd1bdddb39f71c000e798a6ed3 /source4/build/smb_build
parent46f627ea7afb0ad006efadf593bf202cea05194e (diff)
downloadsamba-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/smb_build')
-rw-r--r--source4/build/smb_build/config_mk.pm4
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"
},