* 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,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).
|
||||
##
|
||||
## 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.
|
||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS:-Werror=)
|
||||
|
||||
neverclaimparsedir = $(pkgincludedir)/neverclaimparse
|
||||
neverparsedir = $(pkgincludedir)/neverparse
|
||||
|
||||
neverclaimparse_HEADERS = \
|
||||
neverparse_HEADERS = \
|
||||
public.hh \
|
||||
location.hh \
|
||||
position.hh
|
||||
|
||||
noinst_LTLIBRARIES = libneverclaimparse.la
|
||||
noinst_LTLIBRARIES = libneverparse.la
|
||||
|
||||
NEVERCLAIMPARSE_YY = neverclaimparse.yy
|
||||
FROM_NEVERCLAIMPARSE_YY_MAIN = neverclaimparse.cc
|
||||
|
|
@ -56,7 +56,7 @@ $(FROM_NEVERCLAIMPARSE_YY_OTHERS): $(NEVERCLAIMPARSE_YY)
|
|||
|
||||
EXTRA_DIST = $(NEVERCLAIMPARSE_YY)
|
||||
|
||||
libneverclaimparse_la_SOURCES = \
|
||||
libneverparse_la_SOURCES = \
|
||||
fmterror.cc \
|
||||
$(FROM_NEVERCLAIMPARSE_YY) \
|
||||
neverclaimscan.ll \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue