summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorMartin Brain <martin.brain@cs.ox.ac.uk>2014-12-03 21:29:43 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2014-12-03 21:58:28 -0500
commitcf6bc6c57dd579b8f75b7d20922eda0eaa92b2f7 (patch)
tree582afecddf7d64953d8562ab57dd915db6cc852f /src/options
parent2121eaac7e63875f1e6ba53076535d25fd561c04 (diff)
Floating point infrastructure.
Signed-off-by: Morgan Deters <mdeters@cs.nyu.edu>
Diffstat (limited to 'src/options')
-rw-r--r--src/options/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/options/Makefile.am b/src/options/Makefile.am
index 2be82469e..24b78836a 100644
--- a/src/options/Makefile.am
+++ b/src/options/Makefile.am
@@ -40,7 +40,9 @@ OPTIONS_FILES_SRCS = \
../theory/idl/options.cpp \
../theory/idl/options.h \
../theory/sets/options.cpp \
- ../theory/sets/options.h
+ ../theory/sets/options.h \
+ ../theory/fp/options.cpp \
+ ../theory/fp/options.h
OPTIONS_FILES = \
$(patsubst %.cpp,%,$(filter %.cpp,$(OPTIONS_FILES_SRCS)))
@@ -101,7 +103,9 @@ nodist_liboptions_la_SOURCES = \
../theory/idl/options.cpp \
../theory/idl/options.h \
../theory/sets/options.cpp \
- ../theory/sets/options.h
+ ../theory/sets/options.h \
+ ../theory/fp/options.cpp \
+ ../theory/fp/options.h
BUILT_SOURCES = \
exprs-builts \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback