summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-18 10:03:41 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-18 10:03:41 +0000
commitf15973f2b65527547ee6bfc7f9924b9f458b179e (patch)
tree323647f5d9ea4081dea66d5a136264e313c93b45 /lasso/id-wsf/Makefile.am
parent0694fb4d2157e89f26e9479c6fe9cb21b43e9bdd (diff)
downloadlasso-f15973f2b65527547ee6bfc7f9924b9f458b179e.tar.gz
lasso-f15973f2b65527547ee6bfc7f9924b9f458b179e.tar.xz
lasso-f15973f2b65527547ee6bfc7f9924b9f458b179e.zip
ID-WSF 1.0: change name of utils.{c,h} file for documentation parsing
* utils.h: this header has the same name as an other header which is not parsed by the documentation (lasso/utils.h) and the documentation process just match by filename, so we rename it.
Diffstat (limited to 'lasso/id-wsf/Makefile.am')
-rw-r--r--lasso/id-wsf/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/id-wsf/Makefile.am b/lasso/id-wsf/Makefile.am
index 74361773..d9464a23 100644
--- a/lasso/id-wsf/Makefile.am
+++ b/lasso/id-wsf/Makefile.am
@@ -20,7 +20,7 @@ WSF_C_FILES = \
personal_profile_service.c \
data_service.c \
wsf_profile.c \
- utils.c \
+ wsf_utils.c \
id_ff_extensions.c
WSF_H_FILES = \
@@ -31,7 +31,7 @@ WSF_H_FILES = \
personal_profile_service.h \
data_service.h \
wsf_profile.h \
- utils.h \
+ wsf_utils.h \
id_ff_extensions.h
endif