From 94bf01a53cea1d9a035cf0f452ffd890bfa6e06f Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 30 Aug 2006 09:43:25 +0000 Subject: [PATCH] * 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. --- ChangeLog | 7 +++++++ src/evtgbaparse/Makefile.am | 6 ++++-- src/tgbaparse/Makefile.am | 6 ++++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 965d9dd4b..5feb95cf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-08-30 Alexandre Duret-Lutz + + * 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 * src/ltlparse/public.hh: Work around Bison 2.3 unique guards. diff --git a/src/evtgbaparse/Makefile.am b/src/evtgbaparse/Makefile.am index 5c1bf3840..29eb88ef8 100644 --- a/src/evtgbaparse/Makefile.am +++ b/src/evtgbaparse/Makefile.am @@ -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 ## et Marie Curie. ## @@ -25,7 +25,9 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS) evtgbaparsedir = $(pkgincludedir)/evtgbaparse evtgbaparse_HEADERS = \ - public.hh + public.hh \ + location.hh \ + position.hh noinst_LTLIBRARIES = libevtgbaparse.la diff --git a/src/tgbaparse/Makefile.am b/src/tgbaparse/Makefile.am index 828293474..d2bc3cb84 100644 --- a/src/tgbaparse/Makefile.am +++ b/src/tgbaparse/Makefile.am @@ -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 ## et Marie Curie. ## @@ -25,7 +25,9 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS) tgbaparsedir = $(pkgincludedir)/tgbaparse tgbaparse_HEADERS = \ - public.hh + public.hh \ + location.hh \ + position.hh noinst_LTLIBRARIES = libtgbaparse.la