# # # patch "ChangeLog" # from [ec88df0ff57e35bc5b0763be8bb40d56f4046f47] # to [3d154730aed26a1d89a159e3cfb6370955505d85] # # patch "Makefile.am" # from [d43d207d076ee8effebe37de3abe54ae6d8a31ed] # to [5b8d99952b678956b46a678774216195b66bb94c] # ============================================================ --- ChangeLog ec88df0ff57e35bc5b0763be8bb40d56f4046f47 +++ ChangeLog 3d154730aed26a1d89a159e3cfb6370955505d85 @@ -1,5 +1,8 @@ 2006-12-26 Matthew Gregan + * Makefile.am (BOTAN_SOURCES): Remove entries for missing headers, + add entries for new headers. + * Makefile.am (BOTAN_SOURCES): distcheck target is failing because the headers for Botan are missing. Add missing line continuation. ============================================================ --- Makefile.am d43d207d076ee8effebe37de3abe54ae6d8a31ed +++ Makefile.am 5b8d99952b678956b46a678774216195b66bb94c @@ -157,7 +157,7 @@ BOTAN_SOURCES = \ \ botan/aes.h botan/botan.h botan/es_win32.h \ botan/lookup.h botan/randpool.h botan/version.h \ - botan/algolist.h botan/buf_es.h botan/der_enc.h \ + botan/buf_es.h botan/der_enc.h \ botan/exceptn.h botan/mdx_hash.h \ botan/reducer.h botan/x509_ca.h botan/allocate.h \ botan/buf_filt.h botan/dh.h botan/filter.h botan/mem_ops.h \ @@ -170,11 +170,11 @@ BOTAN_SOURCES = \ botan/pipe.h botan/x509_obj.h \ botan/asn1_oid.h botan/eax.h botan/gzip.h \ botan/mode_pad.h botan/pk_algs.h botan/secmem.h \ - botan/x509self.h botan/barrett.h botan/config.h botan/ecb.h \ + botan/x509find.h botan/x509self.h botan/config.h botan/ecb.h \ botan/hex.h botan/pk_core.h botan/secqueue.h \ botan/x509stor.h botan/base64.h botan/crc32.h botan/eme.h \ botan/hmac.h botan/mp_core.h botan/pkcs10.h botan/sha160.h \ - botan/crl_ent.h botan/emsa.h \ + botan/crl_ent.h botan/emsa.h botan/eng_def.h \ botan/if_algo.h botan/pkcs8.h \ botan/basefilt.h botan/ctr.h botan/engine.h \ botan/init.h botan/mp_types.h botan/pk_filts.h botan/symkey.h \