summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_headers.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/wafsamba/samba_headers.py')
-rw-r--r--buildtools/wafsamba/samba_headers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_headers.py b/buildtools/wafsamba/samba_headers.py
index cca8bbeeed..95d1e6fb55 100644
--- a/buildtools/wafsamba/samba_headers.py
+++ b/buildtools/wafsamba/samba_headers.py
@@ -137,7 +137,7 @@ def PUBLIC_HEADERS(bld, public_headers, header_path=None, public_headers_install
header_map[src_path] = target_path
t = bld.SAMBA_GENERATOR('HEADER_%s/%s/%s' % (relpath2, inst_path, inst_name),
- group='prototypes',
+ group='headers',
rule=create_public_header,
source=h_name,
target=target)