diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-08-14 10:21:28 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-08-14 10:21:28 +0200 |
commit | 17f806d8d05d90c78a1fb76f42c886a81c63332a (patch) | |
tree | eac95c7783421796c055b7f781827e034d951d1d /src | |
parent | 81d7e9bbaf6494ad8c86e6dfd1bdfc78bcbde700 (diff) | |
download | strongswan-17f806d8d05d90c78a1fb76f42c886a81c63332a.tar.bz2 strongswan-17f806d8d05d90c78a1fb76f42c886a81c63332a.tar.xz |
fixed Makefile for libstrongswan dev headers
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am index a50d7fb90..a38a17c38 100644 --- a/src/libstrongswan/Makefile.am +++ b/src/libstrongswan/Makefile.am @@ -53,8 +53,8 @@ credentials/sets/mem_cred.h credentials/sets/callback_cred.h \ credentials/auth_cfg.h credentials/credential_set.h credentials/cert_validator.h \ database/database.h database/database_factory.h fetcher/fetcher.h \ fetcher/fetcher_manager.h eap/eap.h pen/pen.h ipsec/ipsec_types.h \ -plugins/plugin_loader.h plugins/plugin.h plugins/plugin_feature.h -processing/jobs/job.h processing/jobs/callback_job.h processing/processor.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 \ |