diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:08:25 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:08:25 +0000 |
| commit | 61e78c8e6d072511c5fa2972a39b8ae875a2aa0d (patch) | |
| tree | e22b5f408fb684352708b02c1e9712fae67f04b0 | |
| parent | fc1fa52ef254f45baaee867e96741c29dde154b0 (diff) | |
add utils.c and utils.h to file list
| -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 b247e1a2..bbced2ec 100644 --- a/lasso/id-wsf/Makefile.am +++ b/lasso/id-wsf/Makefile.am @@ -19,7 +19,8 @@ WSF_C_FILES = \ interaction_profile_service.c \ personal_profile_service.c \ data_service.c \ - wsf_profile.c + wsf_profile.c \ + utils.c WSF_H_FILES = \ authentication.h \ @@ -28,7 +29,8 @@ WSF_H_FILES = \ interaction_profile_service.h \ personal_profile_service.h \ data_service.h \ - wsf_profile.h + wsf_profile.h \ + utils.h endif liblasso_id_wsf_la_SOURCES = $(WSF_C_FILES) |
