strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81edb52
)
fixed build when using --disable-pluto
author
Martin Willi
<martin@strongswan.org>
Fri, 7 Dec 2007 10:25:01 +0000
(10:25 -0000)
committer
Martin Willi
<martin@strongswan.org>
Fri, 7 Dec 2007 10:25:01 +0000
(10:25 -0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
97542c6
..
da498fe
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-1,7
+1,11
@@
SUBDIRS = include
+if USE_FILE_CONFIG
+ SUBDIRS += libfreeswan starter ipsec _copyright
+endif
+
if USE_PLUTO
- SUBDIRS += lib
freeswan lib
crypto pluto whack
+ SUBDIRS += libcrypto pluto whack
endif
if USE_LIBSTRONGSWAN
@@
-16,10
+20,6
@@
if USE_STROKE
SUBDIRS += stroke
endif
-if USE_FILE_CONFIG
- SUBDIRS += starter ipsec _copyright
-endif
-
if USE_PLUTO_OR_CHARON
SUBDIRS += _updown _updown_espmark
endif