summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
authorTim King <taking@google.com>2015-12-01 01:55:26 -0500
committerTim King <taking@google.com>2015-12-02 00:17:46 -0500
commit6c6796a72eb58eafd0d05c57d95656d6553e29d5 (patch)
tree493173c17861124fcbc16182b1ef07cec966edee /src/expr/Makefile.am
parent269dacb4b06f6dae5c220dc70a1f1e67728d1f62 (diff)
Separating the steps of the old mkoptions script into smaller phases.
Diffstat (limited to 'src/expr/Makefile.am')
-rw-r--r--src/expr/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/expr/Makefile.am b/src/expr/Makefile.am
index c5a032abc..1dbb24e09 100644
--- a/src/expr/Makefile.am
+++ b/src/expr/Makefile.am
@@ -37,7 +37,9 @@ libexpr_la_SOURCES = \
pickler.cpp \
node_self_iterator.h \
expr_stream.h \
- kind_map.h
+ kind_map.h \
+ options_handlers.h \
+ options_handlers.cpp
nodist_libexpr_la_SOURCES = \
kind.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback