diff options
author | senator <senator> | 2011-02-02 11:14:26 +0000 |
---|---|---|
committer | senator <senator> | 2011-02-02 11:14:26 +0000 |
commit | c923c71eeb61fc005ce8e7977d3f7e3fb29c2700 (patch) | |
tree | dada99c00deb8d8d873ea540dd699ebae469509b /server/src/macrotool/Makefile.am | |
parent | 3627a1908547f656f8be5dcb94dbb570d41b0c7c (diff) |
initial release of sunlock functionality
Diffstat (limited to 'server/src/macrotool/Makefile.am')
-rw-r--r-- | server/src/macrotool/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/macrotool/Makefile.am b/server/src/macrotool/Makefile.am index 061b904..edd8f4a 100644 --- a/server/src/macrotool/Makefile.am +++ b/server/src/macrotool/Makefile.am @@ -14,6 +14,7 @@ macrotool_SOURCES = \ fieldnames.cc \ fieldnamescanner.cc \ filehandler.cc \ + sunlock.cc \ util.cc \ ../debug.cc \ ../configuration.cc \ @@ -40,6 +41,7 @@ EXTRA_DIST = \ fieldnames.h \ fieldnamescanner.h \ filehandler.h \ + sunlock.h \ util.h ################ |