summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-03 15:12:45 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-03 15:12:45 +0000
commit12babeda63deaf8cd38a62bc2f3d3e3458b71d86 (patch)
treee3dff7e2047520babdcac8bb753d106cade9ff3b /Makefile.am
parent03dbde1cf482803bf733e14bb8b7fc94d8342932 (diff)
downloadlasso-12babeda63deaf8cd38a62bc2f3d3e3458b71d86.tar.gz
lasso-12babeda63deaf8cd38a62bc2f3d3e3458b71d86.tar.xz
lasso-12babeda63deaf8cd38a62bc2f3d3e3458b71d86.zip
New Autotools infrastructure.
Don't hesitate to report bug (if any). Main changes: - No more, or so few AM_CONDITIONAL. - Binding compilation use AC_SUBST top level Makefile SUBDIRS. - Change order of AM Macro. - Added Macro. - Fix Windows Compilation. - New way to handle version number. - Use of lasso_config.h - more ? I do not remember.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6703b41d..a7dcc20a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = lasso docs python tests
+SUBDIRS = lasso docs @SD_LANG@ tests
ABS_BUILDDIR = $(shell pwd)