From: Andreas Steffen Date: Wed, 11 Jul 2012 21:13:55 +0000 (+0200) Subject: fixed libstrongswan/Makefile.am X-Git-Tag: 5.0.1~415 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4cf9cdf28573fe26e4c143a635c0b2059acdc91;p=thirdparty%2Fstrongswan.git fixed libstrongswan/Makefile.am --- diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am index b319d0204b..4046f65a13 100644 --- a/src/libstrongswan/Makefile.am +++ b/src/libstrongswan/Makefile.am @@ -17,8 +17,8 @@ credentials/ietf_attributes/ietf_attributes.c credentials/credential_manager.c \ credentials/sets/auth_cfg_wrapper.c credentials/sets/ocsp_response_wrapper.c \ credentials/sets/cert_cache.c credentials/sets/mem_cred.c \ credentials/sets/callback_cred.c credentials/auth_cfg.c database/database.c \ -database/database_factory.c fetcher/fetcher_manager.c eap/eap.c pen/pen.c \ -plugins/plugin_loader.c plugins/plugin_feature.c processing/jobs/job.c \ +database/database_factory.c fetcher/fetcher.c fetcher/fetcher_manager.c eap/eap.c \ +pen/pen.c plugins/plugin_loader.c plugins/plugin_feature.c processing/jobs/job.c \ processing/jobs/callback_job.c processing/processor.c processing/scheduler.c \ selectors/traffic_selector.c threading/thread.c threading/thread_value.c \ threading/mutex.c threading/semaphore.c threading/rwlock.c threading/spinlock.c \ @@ -50,15 +50,15 @@ credentials/credential_manager.h credentials/sets/auth_cfg_wrapper.h \ credentials/sets/ocsp_response_wrapper.h credentials/sets/cert_cache.h \ credentials/sets/mem_cred.h credentials/sets/callback_cred.h \ credentials/auth_cfg.h credentials/credential_set.h credentials/cert_validator.h \ -database/database_factory.h fetcher/fetcher_manager.h eap/eap.h pen/pen.h \ -plugins/plugin_loader.h plugins/plugin.h plugins/plugin_feature.h \ -processing/jobs/job.h processing/jobs/callback_job.h processing/processor.h \ -processing/scheduler.h selectors/traffic_selector.h threading/thread.h \ -threading/thread_value.h threading/mutex.h threading/condvar.h \ -threading/spinlock.h threading/semaphore.h threading/rwlock.h \ -threading/lock_profiler.h utils.h utils/host.h utils/identification.h \ -utils/lexparser.h utils/linked_list.h utils/hashtable.h utils/enumerator.h \ -utils/optionsfrom.h utils/capabilities.h utils/backtrace.h +database/database.h database/database_factory.h fetcher/fetcher.h \ +fetcher/fetcher_manager.h eap/eap.h pen/pen.h plugins/plugin_loader.h \ +plugins/plugin.h plugins/plugin_feature.h processing/jobs/job.h \ +processing/jobs/callback_job.h processing/processor.h processing/scheduler.h \ +selectors/traffic_selector.h threading/thread.h threading/thread_value.h \ +threading/mutex.h threading/condvar.h threading/spinlock.h threading/semaphore.h \ +threading/rwlock.h threading/lock_profiler.h utils.h utils/host.h \ +utils/identification.h utils/lexparser.h utils/linked_list.h utils/hashtable.h \ +utils/enumerator.h utils/optionsfrom.h utils/capabilities.h utils/backtrace.h endif library.lo : $(top_builddir)/config.status