Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
57c41de5
Commit
57c41de5
authored
Dec 09, 2009
by
Alexandre Duret-Lutz
Browse files
* src/Makefile.am (SUBDIRS): Fix missing ".", mistakenly removed
by previous patch.
parent
d462f50b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
57c41de5
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>
An algorithm to complement TGBA into SABA.
...
...
src/Makefile.am
View file @
57c41de5
...
...
@@ -21,12 +21,13 @@
AUTOMAKE_OPTIONS
=
subdir-objects
# List directories in the order they must be built.
# Keep tests at the end.
# List directories in the order they must be built. Keep tests at the
# end, after building '.' (since the current directory contains
# libspot.la needed by the tests).
SUBDIRS
=
misc ltlenv ltlast ltlvisit ltlparse eltlparse tgba
\
tgbaalgos tgbaparse evtgba evtgbaalgos evtgbaparse kripke
\
saba sabaalgos ltltest eltltest tgbatest evtgbatest
sabatest
\
sanity
saba sabaalgos
.
ltltest eltltest tgbatest evtgbatest
\
sabatest
sanity
lib_LTLIBRARIES
=
libspot.la
libspot_la_SOURCES
=
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment