From eaf90478ac8771f75ca9798564abe90d983b5ab3 Mon Sep 17 00:00:00 2001 From: mes5k Date: Fri, 7 Jan 2005 03:06:37 +0000 Subject: [PATCH] added constraints --- include/tclap/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/tclap/Makefile.am b/include/tclap/Makefile.am index d78bc8a..7f71859 100644 --- a/include/tclap/Makefile.am +++ b/include/tclap/Makefile.am @@ -17,5 +17,7 @@ libtclapinclude_HEADERS = \ IgnoreRestVisitor.h \ CmdLineOutput.h \ StdOutput.h \ - DocBookOutput.h + DocBookOutput.h \ + Constraint.h \ + ValuesConstraint.h