* src/Makefile.am (SUBDIRS): Add tgbaalgos.

(libspot_la_LIBADD): Add tgba/libtgbaalgos.
* src/tgbaalgos/Makefile.am: New file.
* configure.ac: Output src/tgbaalgos/Makefile.
This commit is contained in:
Alexandre Duret-Lutz 2003-05-26 13:50:54 +00:00
parent 16c6219988
commit 0a698131e6
5 changed files with 21 additions and 2 deletions

View file

@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = subdir-objects
# List directories in the order they must be built.
SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse ltltest tgba
SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse ltltest tgba tgbaalgos
lib_LTLIBRARIES = libspot.la
libspot_la_SOURCES =
@ -10,4 +10,5 @@ libspot_la_LIBADD = \
ltlparse/libltlparse.la \
ltlvisit/libltlvisit.la \
ltlast/libltlast.la \
tgba/libtgba.la
tgba/libtgba.la \
tgbaalgos/libtgbaalgos.la

6
src/tgbaalgos/.cvsignore Normal file
View file

@ -0,0 +1,6 @@
.deps
.libs
*.lo
*.la
Makefile
Makefile.in

View file

@ -0,0 +1,5 @@
AM_CPPFLAGS = -I$(srcdir)/..
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
noinst_LTLIBRARIES = libtgbaalgos.la
libtgbaalgos_la_SOURCES =