migrated to github

This commit is contained in:
TLINDEN
2015-05-14 18:34:10 +02:00
parent f1f3230620
commit 5017b6b186
36 changed files with 5814 additions and 2 deletions

9
Makefile.am Normal file
View File

@@ -0,0 +1,9 @@
ACLOCAL_AMFLAGS = -I config
bin_PROGRAMS = dbtool
dbtool_SOURCES = cipher.cc config.cc dbtool.cc digest.cc engine.cc rijndael.cc
man_MANS = dbtool.1
EXTRA_DIST = $(man_MANS)
clean:
rm -rf autom4te.cache dbtool *.o *~ config.log config.status Makefile .deps