diff options
| -rw-r--r-- | lasso/id-wsf/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/id-wsf/Makefile.am b/lasso/id-wsf/Makefile.am index 5997a443..64c98248 100644 --- a/lasso/id-wsf/Makefile.am +++ b/lasso/id-wsf/Makefile.am @@ -9,12 +9,14 @@ INCLUDES = \ noinst_LTLIBRARIES = liblasso-id-wsf.la liblasso_id_wsf_la_SOURCES = \ + authentication.c \ discovery.c \ interaction_profile_service.c \ profile_service.c \ wsf_profile.c liblassoinclude_HEADERS = \ + authentication.h \ discovery.h \ interaction_profile_service.h \ profile_service.h \ |
