diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-09-29 22:56:07 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-09-29 22:56:07 +0000 |
| commit | 2e76ca0a84a2708fcb1381f7d6538d92450d4d74 (patch) | |
| tree | d22a7bb2df3d485ebc7ca4af1ffe92171e7ae2a9 | |
| parent | fb75e3f45f3e77710c018a5fb2dfd6126bd0dcfe (diff) | |
I'm so glad for tests; another emergency change.
| -rw-r--r-- | lasso/id-wsf/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lasso/id-wsf/Makefile.am b/lasso/id-wsf/Makefile.am index 109fea2c..1b17c4a9 100644 --- a/lasso/id-wsf/Makefile.am +++ b/lasso/id-wsf/Makefile.am @@ -6,6 +6,10 @@ INCLUDES = \ $(LASSO_CORE_CFLAGS) \ -DG_LOG_DOMAIN=\"lasso\" +lasso_private_h_sources = \ + data_service_private.h \ + wsf_profile_private.h + if WSF_ENABLED noinst_LTLIBRARIES = liblasso-id-wsf.la WSF_C_FILES = \ @@ -16,10 +20,6 @@ WSF_C_FILES = \ data_service.c \ wsf_profile.c -lasso_private_h_sources = \ - data_service_private.h \ - wsf_profile_private.h - WSF_H_FILES = \ authentication.h \ discovery.h \ |
