diff options
author | Martin Willi <martin@revosec.ch> | 2010-03-25 14:54:56 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-03-25 14:54:56 +0100 |
commit | 89bf11d204cb934ea9109aa077c8514515d538f6 (patch) | |
tree | af9ae87fb1d3f7980dc78caa1700fc979db0b201 /src/libcharon/plugins/eap_md5 | |
parent | 6d6994c6c975f2dba3fecc09a07b9f2e2fb2257e (diff) | |
download | strongswan-89bf11d204cb934ea9109aa077c8514515d538f6.tar.bz2 strongswan-89bf11d204cb934ea9109aa077c8514515d538f6.tar.xz |
Respect line with in Makefile.am's, other cosmetics
Diffstat (limited to 'src/libcharon/plugins/eap_md5')
-rw-r--r-- | src/libcharon/plugins/eap_md5/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcharon/plugins/eap_md5/Makefile.am b/src/libcharon/plugins/eap_md5/Makefile.am index c401743ad..e9936c925 100644 --- a/src/libcharon/plugins/eap_md5/Makefile.am +++ b/src/libcharon/plugins/eap_md5/Makefile.am @@ -1,5 +1,6 @@ -INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra -I$(top_srcdir)/src/libcharon +INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \ + -I$(top_srcdir)/src/libcharon AM_CFLAGS = -rdynamic |