aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-04-06 04:41:55 +0000
committerdos-reis <gdr@axiomatics.org>2013-04-06 04:41:55 +0000
commitc23c47f33c926a01dde7a2f1da28ab1f863de6b5 (patch)
tree7cf29e350bb26ace892b74d85f312d4ef49c5590 /configure.ac
parent39600884e2bdb4b187ef3a7f6ebbc72fcaf2bd59 (diff)
downloadopen-axiom-c23c47f33c926a01dde7a2f1da28ab1f863de6b5.tar.gz
Add token representation files
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7fe61412..9e5a451b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,7 +110,8 @@ OPENAXIOM_CHECK_MISC
AC_CONFIG_FILES([
Makefile
src/Makefile
- src/io/Makefile
+ src/io/Makefile
+ src/syntax/Makefile
src/algebra/Makefile])
OPENAXIOM_MAKEFILE([src/lib/Makefile])
OPENAXIOM_MAKEFILE([src/utils/Makefile])