diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2005-01-12 23:25:28 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2005-01-12 23:25:28 +0000 |
| commit | 646d933bcb7d3a20efc81eb31b5cb7f83c68c98e (patch) | |
| tree | f07afcd85806cc2b53cf82bba209f30a5141cc86 | |
| parent | 50c36342782fc0177c515095a7aea9330d4455bb (diff) | |
| download | lasso-646d933bcb7d3a20efc81eb31b5cb7f83c68c98e.tar.gz lasso-646d933bcb7d3a20efc81eb31b5cb7f83c68c98e.tar.xz lasso-646d933bcb7d3a20efc81eb31b5cb7f83c68c98e.zip | |
Added support of interaction profile service.
| -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 |
