* 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,7 +1,7 @@
|
|||
AM_CPPFLAGS = -I$(srcdir)/..
|
||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||
|
||||
lib_LIBRARIES = libltlparse.a
|
||||
lib_LTLIBRARIES = libltlparse.la
|
||||
|
||||
LTLPARSE_YY = ltlparse.yy
|
||||
FROM_LTLPARSE_YY_MAIN = ltlparse.cc
|
||||
|
|
@ -23,7 +23,7 @@ $(FROM_LTLPARSE_YY_OTHERS): $(LTLPARSE_YY)
|
|||
|
||||
EXTRA_DIST = $(LTLPARSE_YY)
|
||||
|
||||
libltlparse_a_SOURCES = \
|
||||
libltlparse_la_SOURCES = \
|
||||
fmterror.cc \
|
||||
$(FROM_LTLPARSE_YY) \
|
||||
ltlscan.ll \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue