From b4d618cc6ff72e2cb097da92f97018e85af286b6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 3 Mar 2011 17:41:45 +1100 Subject: waf: build headers in separate 'headers' build group --- buildtools/wafsamba/samba_headers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools/wafsamba/samba_headers.py') 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) -- cgit