* src/tgbaalgos/magic.cc, src/tgbaalgos/reachiter.cc: Include cassert.

* iface/Makefile.am (SUBDIRS): Recurse in gspn only if condition
WITH_GSPN.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-31 11:47:21 +00:00
parent e78ffdc462
commit baa7a6f258
4 changed files with 11 additions and 1 deletions

View file

@ -1 +1,3 @@
SUBDIRS = gspn
if WITH_GSPN
SUBDIRS = gspn
endif