* configure.ac: Call AC_PROG_LIBTOOL.
* src/ltlast/Makefile.am, src/ltlenv/Makefile.am, src/ltlparse/Makefile.am, src/ltltest/Makefile.am, src/ltlvisit/Makefile.am: Adust to build libtool libraries.
This commit is contained in:
parent
e6cab5321a
commit
16bc2c63d9
7 changed files with 19 additions and 13 deletions
|
|
@ -1,8 +1,8 @@
|
|||
AM_CPPFLAGS = -I$(srcdir)/..
|
||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||
|
||||
lib_LIBRARIES = libltlenv.a
|
||||
libltlenv_a_SOURCES = \
|
||||
lib_LTLIBRARIES = libltlenv.la
|
||||
libltlenv_la_SOURCES = \
|
||||
defaultenv.cc \
|
||||
defaultenv.hh \
|
||||
environment.hh
|
||||
Loading…
Add table
Add a link
Reference in a new issue