diff options
Diffstat (limited to 'lasso/id-ff/Makefile.am')
-rw-r--r-- | lasso/id-ff/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/id-ff/Makefile.am b/lasso/id-ff/Makefile.am index 3d67ef02..9516072d 100644 --- a/lasso/id-ff/Makefile.am +++ b/lasso/id-ff/Makefile.am @@ -18,6 +18,7 @@ liblasso_environs_la_SOURCES = \ federation_termination.c \ login.c \ logout.c \ + name_identifier_mapping.c \ profile_context.c \ register_name_identifier.c \ server.c \ @@ -27,6 +28,7 @@ liblassoinclude_HEADERS = \ federation_termination.h \ login.h \ logout.h \ + name_identifier_mapping.h \ profile_context.h \ register_name_identifier.h \ server.h \ |