diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-07-06 13:13:39 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-09-02 19:01:24 +0200 |
commit | 8c387909ebc90defe20a842abe507cdf3b7887fe (patch) | |
tree | d1e5dafc133eb258c7425d013e4e1b1b2501a1b4 /src/libhydra/Makefile.am | |
parent | 4e258e63c3771509ff529a6369aa4bd44d5fb882 (diff) | |
download | strongswan-8c387909ebc90defe20a842abe507cdf3b7887fe.tar.bz2 strongswan-8c387909ebc90defe20a842abe507cdf3b7887fe.tar.xz |
Moved scheduler_t to libhydra.
Diffstat (limited to 'src/libhydra/Makefile.am')
-rw-r--r-- | src/libhydra/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libhydra/Makefile.am b/src/libhydra/Makefile.am index 1d32a121a..1de4aa201 100644 --- a/src/libhydra/Makefile.am +++ b/src/libhydra/Makefile.am @@ -8,7 +8,8 @@ attributes/attribute_manager.c attributes/attribute_manager.h \ attributes/mem_pool.c attributes/mem_pool.h \ processing/jobs/job.h \ processing/jobs/callback_job.c processing/jobs/callback_job.h \ -processing/processor.c processing/processor.h +processing/processor.c processing/processor.h \ +processing/scheduler.c processing/scheduler.h libhydra_la_LIBADD = |