mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-17 03:10:57 +01:00
migrated to github
This commit is contained in:
9
Makefile.am
Normal file
9
Makefile.am
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user