summaryrefslogtreecommitdiff
path: root/include/xmlsec/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/Makefile.am')
-rw-r--r--include/xmlsec/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/xmlsec/Makefile.am b/include/xmlsec/Makefile.am
index b82495d7..50785170 100644
--- a/include/xmlsec/Makefile.am
+++ b/include/xmlsec/Makefile.am
@@ -24,7 +24,6 @@ xmlsecinc_HEADERS = \
nodeset.h \
parser.h \
private.h \
- soap.h \
strings.h \
templates.h \
transforms.h \
@@ -36,6 +35,10 @@ xmlsecinc_HEADERS = \
xmltree.h \
$(NULL)
+if XMLSEC_ENABLE_SOAP
+xmlsecinc_HEADERS += soap.h
+endif
+
remove-old-headers:
@if test "x$(DESTDIR)" = "x" && test -d "$(includedir)/xmlsec"; then \
echo "----------------------------------------------------------------------"; \