waf: build headers in separate 'headers' build group
authorAndrew Tridgell <tridge@samba.org>
Thu, 3 Mar 2011 06:41:45 +0000 (17:41 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 15 Mar 2011 01:22:20 +0000 (12:22 +1100)
buildtools/wafsamba/samba_headers.py
buildtools/wafsamba/wafsamba.py

index cca8bbeeed916ac1d4b16da3cacb583361de703a..95d1e6fb55f6ab9a555389d7cc57b37542977dbf 100644 (file)
@@ -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)
index bf0c1b454899a5543e7061d75bbddaed6d582575..2a1c82a30779cbab6177f1a979d0359465f228d7 100644 (file)
@@ -593,6 +593,7 @@ def SETUP_BUILD_GROUPS(bld):
     bld.add_group('build_compilers')
     bld.add_group('build_source')
     bld.add_group('prototypes')
+    bld.add_group('headers')
     bld.add_group('main')
     bld.add_group('symbolcheck')
     bld.add_group('libraries')