diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-05-27 18:24:59 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-05-27 18:24:59 +0200 |
commit | 3427e43f4b8ef06867e53d438c798bc7cbf67cb5 (patch) | |
tree | 09069225caf731e5a32bb79a644ff3044fe3819c /src | |
parent | 294ac097d65f34251754ead4ed720b7b3a9ad4c3 (diff) | |
download | strongswan-3427e43f4b8ef06867e53d438c798bc7cbf67cb5.tar.bz2 strongswan-3427e43f4b8ef06867e53d438c798bc7cbf67cb5.tar.xz |
p-cscf: Remove libhydra reference in Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/plugins/p_cscf/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcharon/plugins/p_cscf/Makefile.am b/src/libcharon/plugins/p_cscf/Makefile.am index 1e00a56a8..f37f3f514 100644 --- a/src/libcharon/plugins/p_cscf/Makefile.am +++ b/src/libcharon/plugins/p_cscf/Makefile.am @@ -1,6 +1,5 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/libstrongswan \ - -I$(top_srcdir)/src/libhydra \ -I$(top_srcdir)/src/libcharon AM_CFLAGS = \ |