# # # patch "ChangeLog" # from [2f3fc662766f472c112229dee05876e28060e991] # to [ec88df0ff57e35bc5b0763be8bb40d56f4046f47] # # patch "Makefile.am" # from [657175b256c34aec329326821fbcd9281adfa08f] # to [d43d207d076ee8effebe37de3abe54ae6d8a31ed] # ============================================================ --- ChangeLog 2f3fc662766f472c112229dee05876e28060e991 +++ ChangeLog ec88df0ff57e35bc5b0763be8bb40d56f4046f47 @@ -1,3 +1,8 @@ +2006-12-26 Matthew Gregan + + * Makefile.am (BOTAN_SOURCES): distcheck target is failing because + the headers for Botan are missing. Add missing line continuation. + 2006-12-22 Derek Scherger * paths.cc (normalize_external_path): factor new function out of ============================================================ --- Makefile.am 657175b256c34aec329326821fbcd9281adfa08f +++ Makefile.am d43d207d076ee8effebe37de3abe54ae6d8a31ed @@ -151,10 +151,10 @@ BOTAN_SOURCES = \ botan/modules.cpp botan/mp_numth.cpp \ botan/mp_sqr.cpp botan/powm_fw.cpp \ botan/powm_mnt.cpp botan/mp_asm.cpp \ - botan/asn1_int.cpp botan/config.cpp botan/datastor.cpp \ - botan/def_char.cpp botan/init_opt.cpp botan/jacobi.cpp \ - botan/x509_ext.cpp botan/x509stat.cpp - \ + botan/asn1_int.cpp botan/config.cpp botan/datastor.cpp \ + botan/def_char.cpp botan/init_opt.cpp botan/jacobi.cpp \ + botan/x509_ext.cpp botan/x509stat.cpp \ + \ 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 \