more automake fixes
authorMatthias Braun <matze@braunis.de>
Fri, 20 Jul 2007 16:28:07 +0000 (16:28 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 20 Jul 2007 16:28:07 +0000 (16:28 +0000)
[r15277]

config.h.in
ir/Makefile.am

index 45de4ff..2a00437 100644 (file)
 #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
index 797cc8a..d42925c 100644 (file)
@@ -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 \