diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-09 16:38:49 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-09 16:38:49 +0000 |
| commit | 384174aee86cd64a462d2641df3d962991291f1d (patch) | |
| tree | ccc907530c2dafdaa4b4235078d60b0cd9af65ea | |
| parent | 142d1d2acb69e53fa54414215ebf74d961981d1b (diff) | |
*** empty log message ***
| -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 6031816e..9a9b5009 100644 --- a/lasso/id-ff/Makefile.am +++ b/lasso/id-ff/Makefile.am @@ -16,12 +16,14 @@ noinst_LTLIBRARIES = liblasso-environs.la liblasso_environs_la_SOURCES = \ login.c \ + logout.c \ profile_context.c \ server.c \ user.c liblassoinclude_HEADERS = \ login.h \ + logout.h \ profile_context.h \ server.h \ user.h |
