From b95bc6ca25ce6be201ed4ebd0609d3bbb2bac8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 7 Jan 2005 00:37:10 +0000 Subject: [PATCH] config file handler and file --- makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/makefile.am b/makefile.am index 19914f0..d24e337 100644 --- a/makefile.am +++ b/makefile.am @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.16 2005/01/07 00:37:10 marc +## config file handler and file +## ## Revision 1.15 2004/12/17 16:30:06 marc ## added tokenizer ## @@ -63,7 +66,8 @@ nobase_include_HEADERS = mrw/arg.hpp mrw/list.hpp \ mrw/stacktrace.hpp \ mrw/exception.hpp mrw/multiset.hpp mrw/stdext.hpp \ mrw/exec.hpp mrw/set.hpp mrw/string.hpp \ - mrw/regexp.hpp mrw/tokenizer.hpp + mrw/regexp.hpp mrw/tokenizer.hpp \ + mrw/configfile.hpp mrw/file.hpp infosdir = ${pkgdatadir} infos_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog \ @PACKAGENAME@.spec