aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_ttls/Makefile.am
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-03-14 07:51:56 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-03-14 07:51:56 +0100
commitfb5450a435e7067786033f45edb42b7ef97f2af2 (patch)
tree7261d4b84618f26f79577852a72445b45d9d3bd8 /src/libcharon/plugins/eap_ttls/Makefile.am
parentc224f7654d131d8216cf4921271f3c059e03145d (diff)
downloadstrongswan-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.am3
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