diff options
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/config_mk.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index 4435258c2c..f5703d5b93 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -45,6 +45,7 @@ my $section_types = { "NOPROTO" => "bool", "MANPAGE" => "string", + "PRIVATE_PROTO_HEADER" => "string" }, "BINARY" => { "OBJ_FILES" => "list", @@ -56,6 +57,7 @@ my $section_types = { "MANPAGE" => "string", "INSTALLDIR" => "string", + "PRIVATE_PROTO_HEADER" => "string" }, "LIBRARY" => { "MAJOR_VERSION" => "string", |