summaryrefslogtreecommitdiffstats
path: root/python
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 /python
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 'python')
-rw-r--r--python/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index e6d8dc90..66ac3b27 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -2,7 +2,6 @@ SUBDIRS = doc environs examples protocols tests xml
lassomod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/lasso/.libs
-if WITH_PYTHON
INCLUDES = \
-DPACKAGE=\"@PACKAGE@\" \
-I$(top_srcdir) \
@@ -23,7 +22,6 @@ lassomod_la_LIBADD = $(mylibs) \
./protocols/libprotocols.a \
./xml/libxml.a \
./environs/libenvirons.a
-endif
EXTRA_DIST = lassomod.h py_lasso.h utils.h wrap_objs.h \
generator_lasso_strings.py lasso.py lasso_strings.py \