From 47659519d821e72c84847f49223a3f937b7af367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Wed, 21 Dec 2011 13:56:30 +0100 Subject: [PATCH] Distribute TinyXML's tinystr.h and tinyxml.h headers. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index b5b51687..e7cbba9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,6 +75,8 @@ opm/core/utility/parameters/ParameterRequirement.hpp \ opm/core/utility/parameters/ParameterStrings.hpp \ opm/core/utility/parameters/ParameterTools.hpp \ opm/core/utility/parameters/ParameterXML.hpp \ +opm/core/utility/parameters/tinyxml/tinystr.h \ +opm/core/utility/parameters/tinyxml/tinyxml.h \ opm/core/utility/RootFinders.hpp \ opm/core/utility/SparseTable.hpp \ opm/core/utility/SparseVector.hpp \