* wrap/python/Makefile.am (MAINTAINERCLEANFILES): Add
buddy_wrap.cxx and buddy.py.
This commit is contained in:
parent
39b634641d
commit
18a8037a3e
2 changed files with 8 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue