From cc726b5080f8926a3cb96a1b9d1098ad8725ab86 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Sun, 4 Jul 2010 02:00:42 +0000 Subject: make dist && make distcheck functional, other fixes --- src/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 97c66ac89..e436971fa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,6 +42,12 @@ libcvc4_noinst_la_LIBADD = \ @builddir@/smt/libsmt.la \ @builddir@/theory/libtheory.la +EXTRA_DIST = \ + include/cvc4parser_private.h \ + include/cvc4parser_public.h \ + include/cvc4_private.h \ + include/cvc4_public.h + # empty.cpp hack; see above empty.cpp:; touch empty.cpp @@ -55,3 +61,9 @@ install-data-local: $(publicheaders) echo $(INSTALL_DATA) "$(srcdir)/$$f" "$(DESTDIR)/$(includedir)/cvc4"; \ $(INSTALL_DATA) "$(srcdir)/$$f" "$(DESTDIR)/$(includedir)/cvc4"; \ done + +uninstall-local: + @for f in $(publicheaders); do \ + rm -f "$(DESTDIR)/$(includedir)/cvc4/$$f" + done + rmdir "$(DESTDIR)/$(includedir)/cvc4" -- cgit v1.2.3