diff options
| author | Martin Willi <martin@revosec.ch> | 2010-03-25 14:41:51 +0100 |
|---|---|---|
| committer | Martin Willi <martin@revosec.ch> | 2010-03-25 14:41:51 +0100 |
| commit | e40a629d4cc02c3343302003c020b8a86ab5527f (patch) | |
| tree | 9d6869e1444fff51e5abd7a45b1220584d70383b /src/libcharon/plugins | |
| parent | f8e99e012ad8094b942a42d0eee2b4a2542ca4a3 (diff) | |
| download | strongswan-e40a629d4cc02c3343302003c020b8a86ab5527f.tar.bz2 strongswan-e40a629d4cc02c3343302003c020b8a86ab5527f.tar.xz | |
Added libhydra include to farp plugin
Diffstat (limited to 'src/libcharon/plugins')
| -rw-r--r-- | src/libcharon/plugins/farp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcharon/plugins/farp/Makefile.am b/src/libcharon/plugins/farp/Makefile.am index 6da64509f..42cd31879 100644 --- a/src/libcharon/plugins/farp/Makefile.am +++ b/src/libcharon/plugins/farp/Makefile.am @@ -1,5 +1,6 @@ -INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libcharon +INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \ + -I$(top_srcdir)/src/libcharon AM_CFLAGS = -rdynamic |
