* src/Makefile.am (SUBDIRS): Fix missing ".", mistakenly removed

by previous patch.
This commit is contained in:
Alexandre Duret-Lutz 2009-12-09 14:09:00 +01:00
parent d462f50b59
commit 57c41de5f0
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2009-12-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/Makefile.am (SUBDIRS): Fix missing ".", mistakenly removed
by previous patch.
2009-11-30 Guillaume Sadegh <sadegh@lrde.epita.fr> 2009-11-30 Guillaume Sadegh <sadegh@lrde.epita.fr>
An algorithm to complement TGBA into SABA. An algorithm to complement TGBA into SABA.

View file

@ -21,12 +21,13 @@
AUTOMAKE_OPTIONS = subdir-objects AUTOMAKE_OPTIONS = subdir-objects
# List directories in the order they must be built. # List directories in the order they must be built. Keep tests at the
# Keep tests at the end. # end, after building '.' (since the current directory contains
# libspot.la needed by the tests).
SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse eltlparse tgba \ SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse eltlparse tgba \
tgbaalgos tgbaparse evtgba evtgbaalgos evtgbaparse kripke \ tgbaalgos tgbaparse evtgba evtgbaalgos evtgbaparse kripke \
saba sabaalgos ltltest eltltest tgbatest evtgbatest sabatest \ saba sabaalgos . ltltest eltltest tgbatest evtgbatest \
sanity sabatest sanity
lib_LTLIBRARIES = libspot.la lib_LTLIBRARIES = libspot.la
libspot_la_SOURCES = libspot_la_SOURCES =