summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2012-10-04 17:45:56 +0000
committerClark Barrett <barrett@cs.nyu.edu>2012-10-04 17:45:56 +0000
commit930601b40c68d959e66abc71da6ff3296860952e (patch)
tree3172d5e8eb1177de6a4d57a8bed1dc4e0147d53b /src/util/Makefile.am
parentedc69feaf7b41e0166f172d943b0d981f392474a (diff)
Implemented array type enumerator, more fixes for models
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 6c3104760..a4462d824 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -81,8 +81,8 @@ libutil_la_SOURCES = \
uninterpreted_constant.cpp \
array_store_all.h \
array_store_all.cpp \
- model.h \
- model.cpp
+ util_model.h \
+ util_model.cpp
libutil_la_LIBADD = \
@builddir@/libutilcudd.la
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback