Created the Validate AuthToken Daemon. There is still work to be done on

this component.
This commit is contained in:
Juan Carlos Luciani
2006-09-05 22:52:21 +00:00
parent a5a2ad79bc
commit 9bc19e9c60
9 changed files with 952 additions and 4 deletions

View File

@@ -32,6 +32,9 @@ package package-clean package-install package-uninstall:
clean-local:
if [ -d lib ]; then rm -rf lib; fi
if [ -d bin ]; then rm -rf bin; fi
if [ -d lib64 ]; then rm -rf lib64; fi
if [ -d bin64 ]; then rm -rf bin64; fi
maintainer-clean-local:
rm -f Makefile.in