diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-06-15 19:10:23 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-06-15 19:57:31 +0200 |
commit | b77e493bea02ab675241c9f1a31456c21259c3ce (patch) | |
tree | 90627dd0d5332036b09363a4994cf377ab67c06b /src | |
parent | 404960e52226aa07bc8751c7424c68c1baadf5af (diff) | |
download | strongswan-b77e493bea02ab675241c9f1a31456c21259c3ce.tar.bz2 strongswan-b77e493bea02ab675241c9f1a31456c21259c3ce.tar.xz |
Explicitly refer to LIBCAP in Makefiles.
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/Makefile.am | 2 | ||||
-rw-r--r-- | src/pluto/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/Makefile.am b/src/libcharon/Makefile.am index 2616b8b35..108609f61 100644 --- a/src/libcharon/Makefile.am +++ b/src/libcharon/Makefile.am @@ -128,7 +128,7 @@ if USE_ME sa/tasks/ike_me.c sa/tasks/ike_me.h endif -if USE_CAPABILITIES +if USE_LIBCAP libcharon_la_LIBADD += -lcap endif diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am index 098f09c57..9f631ca28 100644 --- a/src/pluto/Makefile.am +++ b/src/pluto/Makefile.am @@ -121,7 +121,7 @@ if USE_SMARTCARD AM_CFLAGS += -DSMARTCARD endif -if USE_CAPABILITIES +if USE_LIBCAP pluto_LDADD += -lcap endif |