* src/Makefile.am (SUBDIRS): Build ltltest' after .'.
This commit is contained in:
parent
e766bb4b0d
commit
27c83cce24
2 changed files with 6 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
# List directories in the order they must be built.
|
||||
SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse ltltest tgba tgbaalgos
|
||||
# List directories in the order they must be built.
|
||||
# Keep tests at the end.
|
||||
SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse tgba tgbaalgos . \
|
||||
ltltest
|
||||
|
||||
lib_LTLIBRARIES = libspot.la
|
||||
libspot_la_SOURCES =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue