config file handler and file

master
Marc Wäckerlin 20 years ago
parent 6ff4cfefaf
commit b95bc6ca25
  1. 6
      makefile.am

@ -9,6 +9,9 @@
## @license LGPL, see file <a href="license.html">COPYING</a> ## @license LGPL, see file <a href="license.html">COPYING</a>
## ##
## $Log$ ## $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 ## Revision 1.15 2004/12/17 16:30:06 marc
## added tokenizer ## added tokenizer
## ##
@ -63,7 +66,8 @@ nobase_include_HEADERS = mrw/arg.hpp mrw/list.hpp \
mrw/stacktrace.hpp \ mrw/stacktrace.hpp \
mrw/exception.hpp mrw/multiset.hpp mrw/stdext.hpp \ mrw/exception.hpp mrw/multiset.hpp mrw/stdext.hpp \
mrw/exec.hpp mrw/set.hpp mrw/string.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} infosdir = ${pkgdatadir}
infos_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog \ infos_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog \
@PACKAGENAME@.spec @PACKAGENAME@.spec

Loading…
Cancel
Save