summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2008-08-29 17:51:13 +0200
committerSven Verdoolaege <skimo@kotnet.org>2008-09-04 20:30:47 +0200
commit17151f04973ecdcfa99113e094369bbb852b20f7 (patch)
tree4d2ec954647ed6fdddedcf16e3ecbbfb1bbe650e /Makefile.am
parent3d1465a18046c7f1b72a99cb0881555cd1037468 (diff)
downloadisl-17151f04973ecdcfa99113e094369bbb852b20f7.tar.gz
isl-17151f04973ecdcfa99113e094369bbb852b20f7.tar.bz2
isl-17151f04973ecdcfa99113e094369bbb852b20f7.zip
isl_basic_set_read_from_file: partial support for Omega style input
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6a4994ac..e362d4c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,8 @@ libisl_la_SOURCES = \
isl_equalities.h \
isl_gmp.c \
isl_input.c \
+ isl_input_omega.c \
+ isl_input_omega.h \
isl_lp.c \
isl_map.c \
isl_map_private.h \