From 12babeda63deaf8cd38a62bc2f3d3e3458b71d86 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Tue, 3 Aug 2004 15:12:45 +0000 Subject: 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. --- python/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'python') 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 \ -- cgit