From b70cb7e1c8ee0098ad73ae168bfcef2968cb9e1e Mon Sep 17 00:00:00 2001 From: zeekec Date: Fri, 18 Jan 2008 23:05:57 +0000 Subject: [PATCH] Added Traits files to the list of files to be installed. --- 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 7a2c350..0e247bf 100644 --- a/include/tclap/Makefile.am +++ b/include/tclap/Makefile.am @@ -22,5 +22,7 @@ libtclapinclude_HEADERS = \ ZshCompletionOutput.h \ OptionalUnlabeledTracker.h \ Constraint.h \ - ValuesConstraint.h + ValuesConstraint.h \ + ArgTraits.h \ + StandardTraits.h