diff options
| author | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-03 15:12:45 +0000 |
|---|---|---|
| committer | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-03 15:12:45 +0000 |
| commit | 12babeda63deaf8cd38a62bc2f3d3e3458b71d86 (patch) | |
| tree | e3dff7e2047520babdcac8bb753d106cade9ff3b /python | |
| parent | 03dbde1cf482803bf733e14bb8b7fc94d8342932 (diff) | |
| download | lasso-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.am | 2 |
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 \ |
