diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-06-04 13:15:45 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-06-04 13:15:45 +0000 |
| commit | 7d485dcda981e377a17f3a770d8e36a91990da67 (patch) | |
| tree | d869f58145f80028114249320db8efc788e18551 | |
| parent | 1b922472770621c707afb8e3679ea69302d400a5 (diff) | |
| download | lasso-7d485dcda981e377a17f3a770d8e36a91990da67.tar.gz lasso-7d485dcda981e377a17f3a770d8e36a91990da67.tar.xz lasso-7d485dcda981e377a17f3a770d8e36a91990da67.zip | |
*** empty log message ***
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | lasso/Makefile.am | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 10c54752..29149b34 100644 --- a/configure.ac +++ b/configure.ac @@ -446,7 +446,7 @@ lasso/Makefile lasso/xml/Makefile lasso/protocols/Makefile lasso/protocols/elements/Makefile -lasso/profiles/Makefile +lasso/environs/Makefile docs/Makefile docs/reference/Makefile ] diff --git a/lasso/Makefile.am b/lasso/Makefile.am index 5a99dfde..d0d2593c 100644 --- a/lasso/Makefile.am +++ b/lasso/Makefile.am @@ -1,5 +1,5 @@ NULL = -SUBDIRS = xml protocols profiles +SUBDIRS = xml protocols environs liblassoincludedir = $(includedir)/lasso @@ -34,7 +34,7 @@ liblasso_la_SOURCES = \ liblasso_la_LIBADD = \ $(top_builddir)/lasso/xml/liblasso-xml.la \ $(top_builddir)/lasso/protocols/liblasso-protocols.la \ - $(top_builddir)/lasso/profiles/liblasso-profiles.la \ + $(top_builddir)/lasso/environs/liblasso-environs.la \ $(GLIB_LIBS) \ $(LIBXSLT_LIBS) \ $(LIBXML_LIBS) \ |
