* src/Makefile.am (libspot_la_LIBADD): Rename libneverclaimparse.la
as libneverparse.la. * src/neverparse/Makefile.am: Install files in $(pkgincludedir)/neverparse, not $(pkgincludedir)/neverclaimparse.
This commit is contained in:
parent
1e0f99e824
commit
38913302dd
3 changed files with 13 additions and 6 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
2010-11-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* src/Makefile.am (libspot_la_LIBADD): Rename libneverclaimparse.la
|
||||||
|
as libneverparse.la.
|
||||||
|
* src/neverparse/Makefile.am: Install files in
|
||||||
|
$(pkgincludedir)/neverparse, not $(pkgincludedir)/neverclaimparse.
|
||||||
|
|
||||||
2010-11-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-11-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Cosmetics to please sanity checks.
|
Cosmetics to please sanity checks.
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ libspot_la_LIBADD = \
|
||||||
tgba/libtgba.la \
|
tgba/libtgba.la \
|
||||||
tgbaalgos/libtgbaalgos.la \
|
tgbaalgos/libtgbaalgos.la \
|
||||||
tgbaparse/libtgbaparse.la \
|
tgbaparse/libtgbaparse.la \
|
||||||
neverparse/libneverclaimparse.la \
|
neverparse/libneverparse.la \
|
||||||
evtgba/libevtgba.la \
|
evtgba/libevtgba.la \
|
||||||
evtgbaalgos/libevtgbaalgos.la \
|
evtgbaalgos/libevtgbaalgos.la \
|
||||||
evtgbaparse/libevtgbaparse.la \
|
evtgbaparse/libevtgbaparse.la \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
## Copyright (C) 2010 Laboratoire de Recherche et Développement
|
## Copyright (C) 2010 Laboratoire de Recherche et Développement
|
||||||
## de l'Epita (LRDE).
|
## de l'Epita (LRDE).
|
||||||
##
|
##
|
||||||
## This file is part of Spot, a model checking library.
|
## This file is part of Spot, a model checking library.
|
||||||
|
|
@ -22,14 +22,14 @@ AM_CPPFLAGS = -I$(srcdir)/.. $(BUDDY_CPPFLAGS)
|
||||||
# Disable -Werror because too many versions of flex yield warnings.
|
# Disable -Werror because too many versions of flex yield warnings.
|
||||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS:-Werror=)
|
AM_CXXFLAGS = $(WARNING_CXXFLAGS:-Werror=)
|
||||||
|
|
||||||
neverclaimparsedir = $(pkgincludedir)/neverclaimparse
|
neverparsedir = $(pkgincludedir)/neverparse
|
||||||
|
|
||||||
neverclaimparse_HEADERS = \
|
neverparse_HEADERS = \
|
||||||
public.hh \
|
public.hh \
|
||||||
location.hh \
|
location.hh \
|
||||||
position.hh
|
position.hh
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libneverclaimparse.la
|
noinst_LTLIBRARIES = libneverparse.la
|
||||||
|
|
||||||
NEVERCLAIMPARSE_YY = neverclaimparse.yy
|
NEVERCLAIMPARSE_YY = neverclaimparse.yy
|
||||||
FROM_NEVERCLAIMPARSE_YY_MAIN = neverclaimparse.cc
|
FROM_NEVERCLAIMPARSE_YY_MAIN = neverclaimparse.cc
|
||||||
|
|
@ -56,7 +56,7 @@ $(FROM_NEVERCLAIMPARSE_YY_OTHERS): $(NEVERCLAIMPARSE_YY)
|
||||||
|
|
||||||
EXTRA_DIST = $(NEVERCLAIMPARSE_YY)
|
EXTRA_DIST = $(NEVERCLAIMPARSE_YY)
|
||||||
|
|
||||||
libneverclaimparse_la_SOURCES = \
|
libneverparse_la_SOURCES = \
|
||||||
fmterror.cc \
|
fmterror.cc \
|
||||||
$(FROM_NEVERCLAIMPARSE_YY) \
|
$(FROM_NEVERCLAIMPARSE_YY) \
|
||||||
neverclaimscan.ll \
|
neverclaimscan.ll \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue