diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-12 16:56:54 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-19 13:34:52 +0100 |
commit | bd3f8ea30b9504585201143d4782bb748fe2eef2 (patch) | |
tree | 4a51e36ef6abf5711a898c11a3088e8f99cc2d5b /src/libcharon/plugins/eap_mschapv2 | |
parent | 08c5572602404675f5cba93d8bbaa8a6925c1b95 (diff) | |
download | strongswan-bd3f8ea30b9504585201143d4782bb748fe2eef2.tar.bz2 strongswan-bd3f8ea30b9504585201143d4782bb748fe2eef2.tar.xz |
Convert charon into libcharon.
Diffstat (limited to 'src/libcharon/plugins/eap_mschapv2')
-rw-r--r-- | src/libcharon/plugins/eap_mschapv2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/eap_mschapv2/Makefile.am b/src/libcharon/plugins/eap_mschapv2/Makefile.am index 3a2b6e211..018e7134b 100644 --- a/src/libcharon/plugins/eap_mschapv2/Makefile.am +++ b/src/libcharon/plugins/eap_mschapv2/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon +INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libcharon AM_CFLAGS = -rdynamic |