* bench/split-product/Makefile.am (nodist_noinst_DATA): Do not

depend on files that cannot be built.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-30 17:33:35 +01:00
parent c1ec2383b9
commit 772c92fc9c
2 changed files with 7 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* bench/split-product/Makefile.am (nodist_noinst_DATA): Do not
depend on files that cannot be built.
2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Replace spot::ltl_file by a rewritten spot::ltl::ltl_file. Replace spot::ltl_file by a rewritten spot::ltl::ltl_file.

View file

@ -1,4 +1,4 @@
## Copyright (C) 2009 Laboratoire de Recherche et Développement ## Copyright (C) 2009, 2010 Laboratoire de Recherche et Développement
## de l'Epita (LRDE). ## de l'Epita (LRDE).
## ##
## This file is part of Spot, a model checking library. ## This file is part of Spot, a model checking library.
@ -37,12 +37,8 @@ cutscc_SOURCES = cutscc.cc
nodist_noinst_DATA = \ nodist_noinst_DATA = \
models/cl3serv1.tgba \ models/cl3serv1.tgba \
models/cl3serv1R.tgba \ models/cl3serv1R.tgba \
models/cl3serv1fair.tgba \
models/cl3serv1Rfair.tgba \
models/cl3serv3.tgba \ models/cl3serv3.tgba \
models/cl3serv3R.tgba \ models/cl3serv3R.tgba \
models/cl3serv3fair.tgba \
models/cl3serv3Rfair.tgba \
models/eeaean1.tgba \ models/eeaean1.tgba \
models/eeaean1R.tgba \ models/eeaean1R.tgba \
models/eeaean2.tgba \ models/eeaean2.tgba \