From 997e6c97b8ace857d00f9fd57f621ba9323c75df Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 9 Oct 2009 18:06:06 +0000 Subject: Add more or less functional integration with Boost.Python. Use --use-boost-python to enable creating a second makefile, Makefile.python, which has targets for building and installing the Python module. --- src/build-data/makefile/unix_shr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build-data/makefile/unix_shr.in') diff --git a/src/build-data/makefile/unix_shr.in b/src/build-data/makefile/unix_shr.in index f718d1160..cfc8e3223 100644 --- a/src/build-data/makefile/unix_shr.in +++ b/src/build-data/makefile/unix_shr.in @@ -115,7 +115,7 @@ clean: distclean: clean $(RM_R) %{build_dir} $(RM_R) %{doc_src_dir}/doxygen %{doc_src_dir}/botan.doxy - $(RM) Makefile $(CONFIG_SCRIPT) $(PKGCONFIG) + $(RM) Makefile* $(CONFIG_SCRIPT) $(PKGCONFIG) install: $(LIBRARIES) $(ECHO) "Installing Botan into $(DESTDIR)... " -- cgit v1.2.3