summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:08:54 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:08:54 +0000
commit76d9fce5d584fda7dc3afa25ca1390c7c06a0fc3 (patch)
treea8b8a62f93034794aefea111ebbc9e2440908dc5 /lasso/id-wsf/Makefile.am
parent51b572d5748f92cf9780b6a6154d4931d1c7cdd1 (diff)
downloadlasso-76d9fce5d584fda7dc3afa25ca1390c7c06a0fc3.tar.gz
lasso-76d9fce5d584fda7dc3afa25ca1390c7c06a0fc3.tar.xz
lasso-76d9fce5d584fda7dc3afa25ca1390c7c06a0fc3.zip
forked lasso branch for adeline
Diffstat (limited to 'lasso/id-wsf/Makefile.am')
-rw-r--r--lasso/id-wsf/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/lasso/id-wsf/Makefile.am b/lasso/id-wsf/Makefile.am
index bbced2ec..82c33d7b 100644
--- a/lasso/id-wsf/Makefile.am
+++ b/lasso/id-wsf/Makefile.am
@@ -9,7 +9,8 @@ INCLUDES = \
lasso_private_h_sources = \
data_service_private.h \
- wsf_profile_private.h
+ wsf_profile_private.h \
+ soap_binding.h
if WSF_ENABLED
noinst_LTLIBRARIES = liblasso-id-wsf.la
@@ -20,7 +21,8 @@ WSF_C_FILES = \
personal_profile_service.c \
data_service.c \
wsf_profile.c \
- utils.c
+ utils.c \
+ soap_binding.c
WSF_H_FILES = \
authentication.h \