* wrap/python/Makefile.am (MAINTAINERCLEANFILES): Add

buddy_wrap.cxx and buddy.py.
This commit is contained in:
Alexandre Duret-Lutz 2003-08-23 19:49:35 +00:00
parent 39b634641d
commit 18a8037a3e
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-08-23 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* wrap/python/Makefile.am (MAINTAINERCLEANFILES): Add
buddy_wrap.cxx and buddy.py.
2003-08-22 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgbaalgos/magic.cc (seen_with_magic, seen_without_magic): Remove.

View file

@ -31,4 +31,6 @@ $(srcdir)/buddy.py: $(srcdir)/buddy.i
$(MAKE) $(AM_MAKEFLAGS) buddy_wrap.cxx
MAINTAINERCLEANFILES = $(srcdir)/spot_wrap.cxx $(srcdir)/spot.py
MAINTAINERCLEANFILES = \
$(srcdir)/spot_wrap.cxx $(srcdir)/spot.py \
$(srcdir)/buddy_wrap.cxx $(srcdir)/buddy.py