aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-12-08 17:55:37 +0100
committerTobias Brunner <tobias@strongswan.org>2009-12-23 17:02:25 +0100
commit5fe538504e949ef056f9ecac93967cdf0b4b9874 (patch)
tree914997ca414d4a93e1587ebbd90008dd6fff9ddf /src/libstrongswan/Makefile.am
parenteba64cef41f6db11ca751a0f207d0bba052b4093 (diff)
downloadstrongswan-5fe538504e949ef056f9ecac93967cdf0b4b9874.tar.bz2
strongswan-5fe538504e949ef056f9ecac93967cdf0b4b9874.tar.xz
Moved implementation of condvar_t to mutex.c because it requires access to private_mutex_t.
Diffstat (limited to 'src/libstrongswan/Makefile.am')
-rw-r--r--src/libstrongswan/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am
index d708eb933..301505071 100644
--- a/src/libstrongswan/Makefile.am
+++ b/src/libstrongswan/Makefile.am
@@ -43,8 +43,7 @@ credentials/ietf_attributes/ietf_attributes.c credentials/ietf_attributes/ietf_a
database/database.h database/database_factory.h database/database_factory.c \
fetcher/fetcher.h fetcher/fetcher_manager.h fetcher/fetcher_manager.c \
selectors/traffic_selector.c selectors/traffic_selector.h \
-threading/mutex.h threading/mutex.c \
-threading/condvar.h threading/condvar.c \
+threading/mutex.h threading/mutex.c threading/condvar.h \
threading/rwlock.h threading/rwlock.c \
threading/lock_profiler.h \
utils.h utils.c \