summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2007-04-30 14:36:10 +0000
committerFrederic Peters <fpeters@entrouvert.com>2007-04-30 14:36:10 +0000
commitec81cfe39941a3ebce5a0e44ff5db14783aeb97d (patch)
tree671b66951a1d88930d21dc6817450e0d7a1d1366
parentd839235ac57fe784ad39b22b8fb8776386328727 (diff)
downloadlasso-ec81cfe39941a3ebce5a0e44ff5db14783aeb97d.tar.gz
lasso-ec81cfe39941a3ebce5a0e44ff5db14783aeb97d.tar.xz
lasso-ec81cfe39941a3ebce5a0e44ff5db14783aeb97d.zip
xml_enc.h should have been public; so much for QA.
-rw-r--r--lasso/xml/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/Makefile.am b/lasso/xml/Makefile.am
index 4e647ca2..079b2baa 100644
--- a/lasso/xml/Makefile.am
+++ b/lasso/xml/Makefile.am
@@ -248,10 +248,10 @@ liblassoinclude_HEADERS = \
samlp_response_abstract.h \
samlp_status.h \
samlp_status_code.h \
+ xml_enc.h \
$(WSF_H_FILES)
lasso_private_h_sources = \
- private.h \
- xml_enc.h
+ private.h
EXTRA_DIST = $(lasso_private_h_sources)