diff options
author | deva <deva> | 2009-07-17 13:02:45 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-17 13:02:45 +0000 |
commit | 177cea995d02fd14dd82fa010957ebfbc1c5e760 (patch) | |
tree | 62703ddc11b83a054e8068c0e9c79ce1951959a6 /server/src/Makefile.am | |
parent | a619ccc300a00947207600e11fac848b7d37b26b (diff) |
More work on the macrotool. Now fieldnames can be added and deleted, and a filehandler is able to add new macros assuring no conflicts in macro names/version/filenames happen. Error messages in MacroParser has been made more elaborate.
Diffstat (limited to 'server/src/Makefile.am')
-rw-r--r-- | server/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/Makefile.am b/server/src/Makefile.am index f8f6e21..0589630 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -48,6 +48,7 @@ macrotool_SOURCES = \ macroparser.cc \ macrotool_dump.cc \ macrotool_fieldnames.cc \ + macrotool_filehandler.cc \ macrotool_util.cc \ pracrodao.cc \ pracrodaopgsql.cc \ @@ -73,6 +74,7 @@ EXTRA_DIST = \ macroparser.h \ macrotool_dump.h \ macrotool_fieldnames.h \ + macrotool_filehandler.h \ macrotool_util.h \ pracrodao.h \ pracrodaopgsql.h \ |