diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-02-14 13:05:21 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-02-14 13:05:21 +0000 |
| commit | 8de7852e54a085cdaf9170fc0f99e99df2c99a01 (patch) | |
| tree | 43b2e98e6527629b5862a936dae923c5e691c21e | |
| parent | e2f37807298a614bd4c0c041052764f223ab383d (diff) | |
| download | lasso-8de7852e54a085cdaf9170fc0f99e99df2c99a01.tar.gz lasso-8de7852e54a085cdaf9170fc0f99e99df2c99a01.tar.xz lasso-8de7852e54a085cdaf9170fc0f99e99df2c99a01.zip | |
added missing authentication.c to Makefile.am
| -rw-r--r-- | lasso/id-wsf/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/id-wsf/Makefile.am b/lasso/id-wsf/Makefile.am index 5997a443..64c98248 100644 --- a/lasso/id-wsf/Makefile.am +++ b/lasso/id-wsf/Makefile.am @@ -9,12 +9,14 @@ INCLUDES = \ noinst_LTLIBRARIES = liblasso-id-wsf.la liblasso_id_wsf_la_SOURCES = \ + authentication.c \ discovery.c \ interaction_profile_service.c \ profile_service.c \ wsf_profile.c liblassoinclude_HEADERS = \ + authentication.h \ discovery.h \ interaction_profile_service.h \ profile_service.h \ |
