summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf/Makefile.am
diff options
context:
space:
mode:
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 \