summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index aa4487c42..ce9f74d9e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -727,6 +727,7 @@ install-data-local:
(echo include/cvc4.h; \
echo include/cvc4_public.h; \
echo include/cvc4parser_public.h; \
+ echo util/floatingpoint.h; \
echo util/integer.h; \
echo util/rational.h; \
find * -name '*.h' | \
@@ -759,6 +760,7 @@ uninstall-local:
-(echo include/cvc4.h; \
echo include/cvc4_public.h; \
echo include/cvc4parser_public.h; \
+ echo util/floatingpoint.h; \
echo util/integer.h; \
echo util/rational.h; \
find * -name '*.h' | \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback