aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-11-16 21:41:16 +0000
committerdos-reis <gdr@axiomatics.org>2014-11-16 21:41:16 +0000
commitb2d5c8c2c3bba82b5ce407d33c1ff367bf1819e3 (patch)
treee2e4e2ccbca323a3bf9aafe4c8af008ecd9128b1 /configure.ac
parent1b81e054091da94b4ad24c2ef50094337d6a88bc (diff)
downloadopen-axiom-b2d5c8c2c3bba82b5ce407d33c1ff367bf1819e3.tar.gz
Remove src/io Makefiles; make part of libOpenAxiom
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fec3f69d..76ca8570 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ AC_CONFIG_HEADERS([config/openaxiom-c-macros.h])
OPENAXIOM_CANONICAL_SYSTEM
dnl Page Automake
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_PREREQ([2.62])
dnl Simple sanity check.
@@ -120,7 +120,6 @@ OPENAXIOM_LINK_FILES
AC_CONFIG_FILES([
Makefile
src/Makefile
- src/io/Makefile
src/syntax/Makefile
src/utils/Makefile
src/rt/Makefile