summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lasso/id-wsf-2.0/Makefile.am5
-rw-r--r--lasso/xml/Makefile.am2
2 files changed, 4 insertions, 3 deletions
diff --git a/lasso/id-wsf-2.0/Makefile.am b/lasso/id-wsf-2.0/Makefile.am
index 3a752598..2fa5992b 100644
--- a/lasso/id-wsf-2.0/Makefile.am
+++ b/lasso/id-wsf-2.0/Makefile.am
@@ -10,6 +10,7 @@ INCLUDES = \
noinst_LTLIBRARIES = liblasso-id-wsf2.la
lasso_private_h_sources = \
+ private.h \
serverprivate.h \
sessionprivate.h \
saml2_login_private.h
@@ -24,7 +25,7 @@ liblasso_id_wsf2_la_SOURCES = \
saml2_login.c
liblassoinclude_HEADERS = \
- id_wsf_2.h
+ id_wsf_2.h \
discovery.h \
data_service.h \
profile.h \
@@ -32,4 +33,4 @@ liblassoinclude_HEADERS = \
server.h \
session.h
-EXTRADIST = $(lasso_private_h_sources)
+EXTRA_DIST = $(lasso_private_h_sources)
diff --git a/lasso/xml/Makefile.am b/lasso/xml/Makefile.am
index 4c7831ce..7f9a6411 100644
--- a/lasso/xml/Makefile.am
+++ b/lasso/xml/Makefile.am
@@ -133,7 +133,7 @@ WSF_H_FILES = \
soap_binding_ext_credentials_context.h \
soap_binding_ext_service_instance_update.h \
soap_binding_ext_timeout.h \
- soap_binding.c \
+ soap_binding.h \
utility_status.h \
wsse_security.h
endif