summaryrefslogtreecommitdiff
path: root/src/theory/strings/Makefile.am
diff options
context:
space:
mode:
authorTianyi Liang <tianyi-liang@uiowa.edu>2013-11-06 10:43:06 -0600
committerTianyi Liang <tianyi-liang@uiowa.edu>2013-11-06 10:59:42 -0600
commite79fe51d91c329a92b9141a65305ebce5c108c21 (patch)
treeeebd164e2177adaeeafc75d81de6139a3ff27d44 /src/theory/strings/Makefile.am
parentad0f78965f23b0994cac6a210650697b9a20cceb (diff)
add seperate regular expression files
Diffstat (limited to 'src/theory/strings/Makefile.am')
-rw-r--r--src/theory/strings/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/strings/Makefile.am b/src/theory/strings/Makefile.am
index 38efa33f3..f7a6fa0a2 100644
--- a/src/theory/strings/Makefile.am
+++ b/src/theory/strings/Makefile.am
@@ -13,7 +13,8 @@ libstrings_la_SOURCES = \
theory_strings_type_rules.h \
type_enumerator.h \
theory_strings_preprocess.h \
- theory_strings_preprocess.cpp
+ theory_strings_preprocess.cpp \
+ regexp_operation.cpp
EXTRA_DIST = \
kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback