* src/tgbaparse/Makefile.am (tgbaparse_HEADERS): Also
install location.hh and position.hh, since we no longer share those of ltlvisit. * src/evtgbaparse/Makefile.am (evtgbaparse_HEADERS): Likewise.
This commit is contained in:
parent
6cf223bba4
commit
94bf01a53c
3 changed files with 15 additions and 4 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
2006-08-30 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/tgbaparse/Makefile.am (tgbaparse_HEADERS): Also
|
||||||
|
install location.hh and position.hh, since we no longer share
|
||||||
|
those of ltlvisit.
|
||||||
|
* src/evtgbaparse/Makefile.am (evtgbaparse_HEADERS): Likewise.
|
||||||
|
|
||||||
2006-08-17 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2006-08-17 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* src/ltlparse/public.hh: Work around Bison 2.3 unique guards.
|
* src/ltlparse/public.hh: Work around Bison 2.3 unique guards.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
## Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
## Copyright (C) 2004, 2006 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||||
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||||
## et Marie Curie.
|
## et Marie Curie.
|
||||||
##
|
##
|
||||||
|
|
@ -25,7 +25,9 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||||
evtgbaparsedir = $(pkgincludedir)/evtgbaparse
|
evtgbaparsedir = $(pkgincludedir)/evtgbaparse
|
||||||
|
|
||||||
evtgbaparse_HEADERS = \
|
evtgbaparse_HEADERS = \
|
||||||
public.hh
|
public.hh \
|
||||||
|
location.hh \
|
||||||
|
position.hh
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libevtgbaparse.la
|
noinst_LTLIBRARIES = libevtgbaparse.la
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
## Copyright (C) 2003, 2004, 2006 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||||
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||||
## et Marie Curie.
|
## et Marie Curie.
|
||||||
##
|
##
|
||||||
|
|
@ -25,7 +25,9 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||||
tgbaparsedir = $(pkgincludedir)/tgbaparse
|
tgbaparsedir = $(pkgincludedir)/tgbaparse
|
||||||
|
|
||||||
tgbaparse_HEADERS = \
|
tgbaparse_HEADERS = \
|
||||||
public.hh
|
public.hh \
|
||||||
|
location.hh \
|
||||||
|
position.hh
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libtgbaparse.la
|
noinst_LTLIBRARIES = libtgbaparse.la
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue