* src/tgbatest/Makefile.am (check_PROGRAMS): Move ltl2tgba ...

(noinst_PROGRAMS): ... here.
* iface/gspn/Makefile.am (check_PROGRAMS): Rename as ...
(noinst_PROGRAMS): ... this.
This commit is contained in:
Alexandre Duret-Lutz 2004-04-23 11:27:21 +00:00
parent 70e93ea053
commit 7cf55415a7
3 changed files with 13 additions and 3 deletions

View file

@ -23,6 +23,10 @@ AM_CPPFLAGS = -I$(srcdir)/.. $(BUDDY_CPPFLAGS)
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
LDADD = ../libspot.la
# This is the most used test program, and it's also useful
# to run manually outside the test suite. Always build it.
noinst_PROGRAMS = ltl2tgba
check_SCRIPTS = defs
# Keep this sorted alphabetically.
check_PROGRAMS = \
@ -30,7 +34,6 @@ check_PROGRAMS = \
explicit \
expldot \
explprod \
ltl2tgba \
ltlprod \
mixprod \
powerset \