genxml: move the sources (headers) list to Makefile.sources

[Emil Velikov: use the file in the autoconf build]
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Mauro Rossi 2016-05-27 15:35:28 +01:00 committed by Emil Velikov
parent ace5403453
commit 779653489e
2 changed files with 9 additions and 6 deletions

View file

@ -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)

View file

@ -0,0 +1,6 @@
GENXML_GENERATED_FILES = \
gen6_pack.h \
gen7_pack.h \
gen75_pack.h \
gen8_pack.h \
gen9_pack.h