Install dev headers only if --with-dev-headers= option is set

This commit is contained in:
Martin Willi
2012-07-11 11:16:31 +02:00
parent 2a6bcbbdee
commit b188f23199
5 changed files with 15 additions and 3 deletions
+3 -1
View File
@@ -3,9 +3,11 @@ ipseclib_LTLIBRARIES = libfast.la
libfast_la_SOURCES = \
dispatcher.c request.c session.c smtp.c
fast_includedir = $(includedir)/strongswan/fast
if USE_DEV_HEADERS
fast_includedir = ${dev_headers}/fast
nobase_fast_include_HEADERS = \
context.h controller.h dispatcher.h filter.h request.h session.h smtp.h
endif
libfast_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la \
-lfcgi $(clearsilver_LIBS) $(PTHREADLIB)