summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-07 23:14:15 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-07 23:14:15 +0000
commitc72745ec66a6328ab02350cd556a1ad82fb7d85c (patch)
treedf7b00155bb7dc7ab7351b640425bf2306dac521 /src/Makefile.am
parentb3bcafc179201e33c4f41ccf028c12eacc110d69 (diff)
big check-in of various fixes and adjustments
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index afbb587a8..1db9d9ecf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -36,9 +36,7 @@ libcvc4_la_LIBADD = \
@builddir@/theory/libtheory.la
publicheaders = \
- include/cvc4.h \
- include/cvc4_config.h \
- include/cvc4_expr.h
+ include/cvc4_config.h
install-data-local: $(publicheaders)
$(mkinstalldirs) $(DESTDIR)$(includedir)/cvc4
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback