mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch
This commit is contained in:
parent
df4ecbb8d9
commit
cf70ca8d68
71 changed files with 4032 additions and 2869 deletions
15
Makefile.am
15
Makefile.am
|
@ -1,12 +1,15 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
if COMPILE_LIBGCRYPT
|
||||
#if COMPILE_LIBGCRYPT
|
||||
#gcrypt = gcrypt
|
||||
#my_clean_gcrypt =
|
||||
#else
|
||||
#gcrypt =
|
||||
#my_clean_gcrypt = gcrypt/Makefile
|
||||
#endif
|
||||
|
||||
gcrypt = gcrypt
|
||||
my_clean_gcrypt =
|
||||
else
|
||||
gcrypt =
|
||||
my_clean_gcrypt = gcrypt/Makefile
|
||||
endif
|
||||
|
||||
if CROSS_COMPILING
|
||||
checks =
|
||||
|
@ -15,7 +18,7 @@ checks = checks
|
|||
endif
|
||||
|
||||
SUBDIRS = intl zlib util mpi cipher tools g10 po doc ${checks} ${gcrypt}
|
||||
EXTRA_DIST = VERSION PROJECTS BUGS
|
||||
EXTRA_DIST = README-alpha VERSION PROJECTS BUGS
|
||||
# gettext never gets it right, so we take here care of deleting the
|
||||
# symlink. my_clean_gcrypt is just a kludge until we can include
|
||||
# libgcrypt.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue