diff options
author | Frederic Peters <fpeters@entrouvert.com> | 2005-09-29 12:41:22 (GMT) |
---|---|---|
committer | Frederic Peters <fpeters@entrouvert.com> | 2005-09-29 12:41:22 (GMT) |
commit | 28d8ff0ee1709434755c2fd2d27a971b7db546b2 (patch) | |
tree | 662edb77b899abc1c9234967c363b9e0e9ddd2c6 /Makefile.am | |
parent | b15a7a8e56eeb4897807e9bd166a2c19d77f96c7 (diff) | |
download | lasso-28d8ff0ee1709434755c2fd2d27a971b7db546b2.zip lasso-28d8ff0ee1709434755c2fd2d27a971b7db546b2.tar.gz lasso-28d8ff0ee1709434755c2fd2d27a971b7db546b2.tar.bz2 |
removed c# dir from distribution
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 03a9b50..77ceb09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ endif SUBDIRS = lasso \ swig \ - $(PHP_SD) $(PYTHON_SD) $(JAVA_SD) $(CSHARP_SD) $(PERL_SD) \ + $(PHP_SD) $(PYTHON_SD) $(JAVA_SD) $(PERL_SD) \ tests \ win32 \ docs |