strongswan/src/Makefile.am

56 lines
911 B
Makefile
Raw Normal View History

2008-04-18 12:52:47 +00:00
SUBDIRS = . include
if USE_LIBSTRONGSWAN
SUBDIRS += libstrongswan
endif
if USE_FILE_CONFIG
SUBDIRS += libfreeswan starter ipsec _copyright
endif
2007-12-13 10:54:29 +00:00
if USE_PLUTO
2009-05-14 23:28:48 +00:00
SUBDIRS += pluto whack
2007-12-13 10:54:29 +00:00
endif
if USE_CHARON
SUBDIRS += charon
endif
if USE_STROKE
SUBDIRS += stroke
endif
if USE_UPDOWN
SUBDIRS += _updown _updown_espmark
endif
if USE_TOOLS
SUBDIRS += openac scepclient pki
endif
2007-08-08 14:24:25 +00:00
if USE_DUMM
2007-08-08 14:24:25 +00:00
SUBDIRS += dumm
endif
if USE_FAST
SUBDIRS += libfast
endif
if USE_MANAGER
SUBDIRS += manager
endif
if USE_MEDSRV
SUBDIRS += medsrv
endif
if USE_INTEGRITY_TEST
SUBDIRS += checksum
endif
2008-04-18 12:52:47 +00:00
EXTRA_DIST = strongswan.conf
install-exec-local :
test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -o ${ipsecuid} -g ${ipsecgid} -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true