diff options
| -rw-r--r-- | lasso/id-wsf/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lasso/id-wsf/Makefile.am b/lasso/id-wsf/Makefile.am index c1e44160..d24ebc5b 100644 --- a/lasso/id-wsf/Makefile.am +++ b/lasso/id-wsf/Makefile.am @@ -11,11 +11,15 @@ noinst_LTLIBRARIES = liblasso-id-wsf.la liblasso_id_wsf_la_SOURCES = \ abstract_service.c \ discovery.c \ + interaction_profile_service.c \ personal_profile_service.c \ + profile_service.c \ wsf_profile.c liblassoinclude_HEADERS = \ abstract_service.h \ discovery.h \ + interaction_profile_service.h \ personal_profile_service.h \ + profile_service.h \ wsf_profile.h |
