Enlightenment CVS committal Author : doursse Project : e17 Module : libs/engrave
Dir : e17/libs/engrave/src/lib 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 * pass the directories based on ${prefix} to the preoprocessor with the -D option * replace INCLUDES, wich is deprecated since 2001 by AM_CPPFLAGS =================================================================== RCS file: /cvs/e/e17/libs/engrave/src/lib/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- Makefile.am 29 Jul 2007 14:48:30 -0000 1.14 +++ Makefile.am 11 Nov 2007 09:48:08 -0000 1.15 @@ -6,7 +6,7 @@ # A list of all the files in the current directory which can be regenerated MAINTAINERCLEANFILES = Makefile.in -INCLUDES = \ +AM_CPPFLAGS = \ @EVAS_CFLAGS@ \ @ECORE_CFLAGS@ @@ -66,6 +66,6 @@ libengrave_la_YFLAGS = -d libengrave_la_LIBADD = @EVAS_LIBS@ @ECORE_LIBS@ @LEXLIB@ -lm libengrave_la_DEPENDENCIES = $(top_builddir)/src/config.h -libengrave_la_LDFLAGS = -version-info 1:0:1 +libengrave_la_LDFLAGS = -version-info @version_info@ libengrave_la_CFLAGS = -Wall ------------------------------------------------------------------------- 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