From 539370ff1b37772e9f11439f652ffd3583beeedb Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 20 Apr 2007 02:13:48 +0000 Subject: More refactoring --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4e5cdb86..79363110 100644 --- a/Makefile.am +++ b/Makefile.am @@ -164,6 +164,11 @@ if HAVE_BOOST_PYTHON noinst_PROGRAMS = ledger.so +CLEANFILES = ledger.so + +clean-local: + rm -fr build + ledger_so_SOURCES = pyledger.cc PYLIBS = pyledger ledger gdtoa boost_date_time boost_regex boost_python gmp -- cgit v1.2.3