fix installation of gtec.hh
* spot/twaalgos/gtec/Makefile.am: install it in spot/twaalgos/gtec, not spot/tgbaalgos/gtec. * NEWS: Mention it.
This commit is contained in:
parent
e87b271ba5
commit
cf79cefd9a
2 changed files with 8 additions and 3 deletions
5
NEWS
5
NEWS
|
|
@ -10,6 +10,11 @@ New in spot 1.99.8a (not yet released)
|
||||||
people migrating old C++ code written for Spot 1.2.x, and update
|
people migrating old C++ code written for Spot 1.2.x, and update
|
||||||
it for Spot 2.0.
|
it for Spot 2.0.
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
* spot/twaalgos/gtec/gtec.hh was incorrectly installed as
|
||||||
|
spot/tgbaalgos/gtec/gtec.hh.
|
||||||
|
|
||||||
New in spot 1.99.8 (2016-02-18)
|
New in spot 1.99.8 (2016-02-18)
|
||||||
|
|
||||||
Command-line tools:
|
Command-line tools:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
## -*- coding: utf-8 -*-
|
## -*- coding: utf-8 -*-
|
||||||
## Copyright (C) 2011, 2013, 2014 Laboratoire de Recherche et Developpement
|
## Copyright (C) 2011, 2013, 2014, 2016 Laboratoire de Recherche et
|
||||||
## de l'Epita (LRDE).
|
## Developpement de l'Epita (LRDE).
|
||||||
## Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
## Copyright (C) 2004 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.
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) $(BUDDY_CPPFLAGS)
|
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) $(BUDDY_CPPFLAGS)
|
||||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||||
|
|
||||||
gtecdir = $(pkgincludedir)/tgbaalgos/gtec
|
gtecdir = $(pkgincludedir)/twaalgos/gtec
|
||||||
|
|
||||||
gtec_HEADERS = \
|
gtec_HEADERS = \
|
||||||
ce.hh \
|
ce.hh \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue