diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-28 12:46:22 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-28 12:46:22 +0000 |
commit | a34d3c14a18f7ce9a25da5d390317f72f69728d6 (patch) | |
tree | 8813b8dc3516c11e54106489ff7f2ab9f02be4a0 /src/Makefile | |
parent | abc2cc769e0b0022ca5360425f369b5067d18bdc (diff) | |
download | strongswan-a34d3c14a18f7ce9a25da5d390317f72f69728d6.tar.bz2 strongswan-a34d3c14a18f7ce9a25da5d390317f72f69728d6.tar.xz |
- fixed make install (subdir order)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 4e3ec6b10..5d167b805 100644 --- a/src/Makefile +++ b/src/Makefile @@ -17,7 +17,7 @@ FREESWANSRCDIR=.. include ${FREESWANSRCDIR}/Makefile.inc -SUBDIRS=pluto _copyright _updown _updown_espmark ipsec starter openac scepclient +SUBDIRS=_copyright _updown _updown_espmark ipsec starter openac scepclient pluto ifeq ($(USE_IKEV2),true) SUBDIRS+=charon |