Enlightenment CVS committal Author : doursse Project : e17 Module : libs/exml
Dir : e17/libs/exml/src Modified Files: Makefile.am Log Message: autostuff improvements: * use non deprecated version of AC_INIT and AM_INIT_AUTOMAKE and check the required minimal versions. * add bzipped distribution archive * add AC_LIBTOOL_WIN32_DLL * forbid libtool to check fortran and c++ compilers * compute libtool versioning from the version of the package * replace INCLUDES, wich is deprecated since 2001 by AM_CPPFLAGS * remove Makefile.in on maintainer-clean rule =================================================================== RCS file: /cvs/e/e17/libs/exml/src/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- Makefile.am 22 Mar 2007 14:38:39 -0000 1.7 +++ Makefile.am 11 Nov 2007 11:21:27 -0000 1.8 @@ -1,6 +1,7 @@ -## Process this file with automake to produce Makefile.in -INCLUDES = @EXML_CFLAGS@ +MAINTAINERCLEANFILES = Makefile.in config.h.in + +AM_CPPFLAGS = @EXML_CFLAGS@ lib_LTLIBRARIES = libexml.la include_HEADERS = \ @@ -10,6 +11,4 @@ exml.c libexml_la_LIBADD = @EXML_LIBS@ -lm -libexml_la_LDFLAGS = -version-info 1:0:0 - -MAINTAINERCLEANFILES = Makefile.in config.h.in +libexml_la_LDFLAGS = -version-info @version_info@ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs