diff options
| author | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-19 08:50:25 +0000 |
|---|---|---|
| committer | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-19 08:50:25 +0000 |
| commit | fd7ab24a5bea1d433fae3bc9f5b5636de897b97e (patch) | |
| tree | 5e6e762f3ee2b3ac3a6159604dad1adb213ee72d | |
| parent | d82a9b5207c31afb1838655f498350d4e8b981cc (diff) | |
| download | lasso-fd7ab24a5bea1d433fae3bc9f5b5636de897b97e.tar.gz lasso-fd7ab24a5bea1d433fae3bc9f5b5636de897b97e.tar.xz lasso-fd7ab24a5bea1d433fae3bc9f5b5636de897b97e.zip | |
The old subdirs python Makefile generation is no more needed.
| -rw-r--r-- | configure.ac | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 4d5d3781..4e77e955 100644 --- a/configure.ac +++ b/configure.ac @@ -521,16 +521,16 @@ docs/Makefile docs/reference/Makefile docs/tutorial/Makefile docs/lasso-book/Makefile -python/Makefile -python/doc/Makefile -python/doc/tutorial/Makefile -python/environs/Makefile -python/examples/Makefile -python/protocols/Makefile -python/protocols/elements/Makefile -python/tests/Makefile -python/xml/Makefile -php/Makefile +python/Makefile] +dnl [python/doc/Makefile +dnl python/doc/tutorial/Makefile +dnl python/environs/Makefile +dnl python/examples/Makefile +dnl python/protocols/Makefile +dnl python/protocols/elements/Makefile +dnl python/tests/Makefile +dnl python/xml/Makefile] +[php/Makefile php/run-tests.php php/environs/Makefile php/xml/Makefile |
