summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-01-12 15:05:10 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-01-12 15:05:10 +0000
commitdec3aa17ec04ee6440361911c2ffac41eceea0df (patch)
tree3acba1704a20d93d424704b1d2d3b5dc176fec2b
parent7b0cc38754bd54c5ee702215774819bdac7494a3 (diff)
downloadlasso-dec3aa17ec04ee6440361911c2ffac41eceea0df.tar.gz
lasso-dec3aa17ec04ee6440361911c2ffac41eceea0df.tar.xz
lasso-dec3aa17ec04ee6440361911c2ffac41eceea0df.zip
install and uninstall correctly files (distcheck once again ok)
-rw-r--r--csharp/Makefile.am4
-rw-r--r--docs/reference/Makefile.am2
-rw-r--r--perl/Makefile.am4
3 files changed, 6 insertions, 4 deletions
diff --git a/csharp/Makefile.am b/csharp/Makefile.am
index ab9aa8b6..1a2e6917 100644
--- a/csharp/Makefile.am
+++ b/csharp/Makefile.am
@@ -64,7 +64,9 @@ SWIG_FILES = liblassosharpglue_wrap.c \
SamlSubjectLocality.cs SamlSubjectStatement.cs SamlpRequest.cs \
SamlpResponse.cs SamlpStatus.cs SamlpStatusCode.cs Server.cs \
ServiceInstance.cs Session.cs Status.cs StringList.cs \
- lassoPINVOKE.cs
+ lassoPINVOKE.cs SamlpRequestAbstract.cs SamlpResponseAbstract.cs \
+ LibRequestAuthnContext.cs lasso.cs SamlAttribute.cs \
+ SamlSubjectStatementAbstract.cs SamlStatementAbstract.cs
EXTRA_DIST = lasso-sharp.pc.in lasso.dll.config AssemblyInfo.cs lasso-sharp.snk $(SWIG_FILES)
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 6a06b067..030fd1b8 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -128,7 +128,7 @@ lasso-index: scan
clean-local: clean-sources
-rm -rf $(DOC_SOURCE_DIR)
-rm -rf .libs
- -if test $(top_builddir) != $(top_srcdir); then ls -la tmpl/; rm -f tmpl/*.sgml ; fi
+ -if test $(top_builddir) != $(top_srcdir); then rm -f tmpl/*.sgml ; fi
-rm -rf sgml
-rm -rf html
-rm -rf build
diff --git a/perl/Makefile.am b/perl/Makefile.am
index 875023d8..364d41dc 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -60,6 +60,6 @@ clean-local:
# perl module installation disabled since broken wrt to make distcheck
-#install-fakeDATA: install-perl
-install-fakeDATA: install-perl
+install-fakeDATA:
+ @true