summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-28 14:26:42 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-28 14:26:42 +0000
commit628bc31e9dc509991142c45017ef752d539fe4e3 (patch)
treed1dd3605eb7f619c73d9f0f1300bb3bc44f73b05
parentdb210b6759b137a8de17d02ea881772da3f1b79f (diff)
downloadlasso-628bc31e9dc509991142c45017ef752d539fe4e3.tar.gz
lasso-628bc31e9dc509991142c45017ef752d539fe4e3.tar.xz
lasso-628bc31e9dc509991142c45017ef752d539fe4e3.zip
Core: fix make dist with --enable-wsf
* lasso/id-wsf-2.0/Makefile.am: * lasso/xml/Makefile.am: some files were missing from the dist files, add them.
-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