diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-03-14 07:51:56 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-03-14 07:51:56 +0100 |
commit | fb5450a435e7067786033f45edb42b7ef97f2af2 (patch) | |
tree | 7261d4b84618f26f79577852a72445b45d9d3bd8 /src/libcharon/plugins/eap_ttls/Makefile.am | |
parent | c224f7654d131d8216cf4921271f3c059e03145d (diff) | |
download | strongswan-fb5450a435e7067786033f45edb42b7ef97f2af2.tar.bz2 strongswan-fb5450a435e7067786033f45edb42b7ef97f2af2.tar.xz |
use MAX_RADIUS_ATTRIBUTE_SIZE constant from radius_message header file
Diffstat (limited to 'src/libcharon/plugins/eap_ttls/Makefile.am')
-rw-r--r-- | src/libcharon/plugins/eap_ttls/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcharon/plugins/eap_ttls/Makefile.am b/src/libcharon/plugins/eap_ttls/Makefile.am index 94ce5cc1e..8cc82cc2e 100644 --- a/src/libcharon/plugins/eap_ttls/Makefile.am +++ b/src/libcharon/plugins/eap_ttls/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \ - -I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls + -I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls \ + -I$(top_srcdir)/src/libradius AM_CFLAGS = -rdynamic |