diff options
author | Mauro Rossi <[email protected]> | 2016-05-27 15:35:28 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-30 10:26:36 +0100 |
commit | 779653489e53dc837fec5b20319f4b221e8a6432 (patch) | |
tree | 66f316ce3f2973ca0dcd877384ab1ea856f199f0 /src/intel/genxml/Makefile.am | |
parent | ace54034536936c176270afc087675390072b17c (diff) |
genxml: move the sources (headers) list to Makefile.sources
[Emil Velikov: use the file in the autoconf build]
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/intel/genxml/Makefile.am')
-rw-r--r-- | src/intel/genxml/Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/intel/genxml/Makefile.am b/src/intel/genxml/Makefile.am index 0b5b3a67918..c393ebe3163 100644 --- a/src/intel/genxml/Makefile.am +++ b/src/intel/genxml/Makefile.am @@ -19,12 +19,9 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -BUILT_SOURCES = \ - gen6_pack.h \ - gen7_pack.h \ - gen75_pack.h \ - gen8_pack.h \ - gen9_pack.h +include Makefile.sources + +BUILT_SOURCES = $(GENXML_GENERATED_FILES) PYTHON3_GEN = $(AM_V_GEN)$(PYTHON3) $(PYTHON_FLAGS) |