# # # patch "Makefile.am" # from [82b442c7d78b7dd00c060dfe6391a7ee610ea46d] # to [ec4b488acff279df9389ae7a77a426bf4fb13e3a] # ============================================================ --- Makefile.am 82b442c7d78b7dd00c060dfe6391a7ee610ea46d +++ Makefile.am ec4b488acff279df9389ae7a77a426bf4fb13e3a @@ -123,7 +123,7 @@ BOTAN_SOURCES = \ botan/dlies.cpp botan/eax.cpp botan/ecb.cpp botan/eme1.cpp \ botan/eme_pkcs.cpp botan/emsa1.cpp botan/emsa2.cpp \ botan/emsa3.cpp botan/emsa4.cpp botan/emsa_raw.cpp \ - botan/eng_base.cpp botan/engine.cpp botan/es_dev.cpp \ + botan/eng_base.cpp botan/engine.cpp \ botan/exceptn.cpp botan/filter.cpp botan/filters.cpp \ botan/fips140.cpp \ botan/get_algo.cpp botan/get_enc.cpp botan/get_pbe.cpp \ @@ -454,6 +454,7 @@ else else libplatform_a_SOURCES += $(UNIX_PLATFORM_SOURCES) mtn_SOURCES += unix/main.cc + lib3rdparty_a_SOURCES += botan/es_dev.cpp tester_SOURCES += unix/tester-plaf.cc endif