From e79fe51d91c329a92b9141a65305ebce5c108c21 Mon Sep 17 00:00:00 2001 From: Tianyi Liang Date: Wed, 6 Nov 2013 10:43:06 -0600 Subject: add seperate regular expression files --- src/theory/strings/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/theory/strings/Makefile.am') 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 -- cgit v1.2.3