diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-15 09:46:14 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-15 09:46:14 +0000 |
commit | 1bce8ec70d581720172122dd212a911a9dd0e43a (patch) | |
tree | 00a0f5ac607ba11a4bb3388874a99c191fb6ae44 /src/openac/Makefile.am | |
parent | 7cbe4a33e9d8604999cd2ce8f45e633af703c014 (diff) | |
download | strongswan-1bce8ec70d581720172122dd212a911a9dd0e43a.tar.bz2 strongswan-1bce8ec70d581720172122dd212a911a9dd0e43a.tar.xz |
corrected typo
Diffstat (limited to 'src/openac/Makefile.am')
-rw-r--r-- | src/openac/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openac/Makefile.am b/src/openac/Makefile.am index 4d4798ac9..6ea98981f 100644 --- a/src/openac/Makefile.am +++ b/src/openac/Makefile.am @@ -8,7 +8,7 @@ LIBFREESWANDIR=$(top_srcdir)/src/libfreeswan LIBCRYPTODIR=$(top_srcdir)/src/libcrypto INCLUDES = \ --I$(LIBFREESWAN) \ +-I$(LIBFREESWANDIR) \ -I$(LIBSTRONGSWANDIR)\ -I$(PLUTODIR) \ -I$(LIBCRYPTODIR) \ |