diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:08:54 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:08:54 +0000 |
| commit | 76d9fce5d584fda7dc3afa25ca1390c7c06a0fc3 (patch) | |
| tree | a8b8a62f93034794aefea111ebbc9e2440908dc5 /lasso/id-wsf/Makefile.am | |
| parent | 51b572d5748f92cf9780b6a6154d4931d1c7cdd1 (diff) | |
| download | lasso-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.am | 6 |
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 \ |
