From 655a21c72d126b435484c6ecab564c42f04f0f30 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 20 Jul 2007 16:28:07 +0000 Subject: [PATCH] more automake fixes [r15277] --- config.h.in | 9 +++++++++ ir/Makefile.am | 1 + 2 files changed, 10 insertions(+) diff --git a/config.h.in b/config.h.in index 45de4fff2..2a0043701 100644 --- a/config.h.in +++ b/config.h.in @@ -121,6 +121,15 @@ #undef inline #endif +/* Firms major version number */ +#undef libfirm_VERSION_MAJOR + +/* Firms micro version number */ +#undef libfirm_VERSION_MICRO + +/* Firms minor version number */ +#undef libfirm_VERSION_MINOR + /* Define to empty if the keyword `volatile' does not work. Warning: valid code using `volatile' can become incorrect without. Disable with care. */ #undef volatile diff --git a/ir/Makefile.am b/ir/Makefile.am index 797cc8a27..d42925cfe 100644 --- a/ir/Makefile.am +++ b/ir/Makefile.am @@ -367,6 +367,7 @@ libfirm_la_SOURCES += $(ia32_sources) EXTRA_DIST += \ be/ia32/ia32_spec.pl \ + be/ia32/ia32_simd_spec.pl \ be/ia32/bearch_ia32_t.h \ be/ia32/ia32_dbg_stat.h \ be/ia32/ia32_emitter.h \ -- 2.20.1