Enlightenment CVS committal Author : doursse Project : e17 Module : libs/epeg
Dir : e17/libs/epeg/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 * remove useless -L flags in *_la_LDFLAGS * remove Makefile.in on maintainer-clean rule =================================================================== RCS file: /cvs/e/e17/libs/epeg/src/lib/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- Makefile.am 22 Aug 2005 07:58:35 -0000 1.6 +++ Makefile.am 11 Nov 2007 10:03:24 -0000 1.7 @@ -1,11 +1,7 @@ -## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = 1.4 foreign - -# A list of all the files in the current directory which can be regenerated MAINTAINERCLEANFILES = Makefile.in -INCLUDES = @my_includes@ +AM_CPPFLAGS = @my_includes@ lib_LTLIBRARIES = libepeg.la include_HEADERS = Epeg.h @@ -15,4 +11,4 @@ libepeg_la_LIBADD = @my_libs@ libepeg_la_DEPENDENCIES = $(top_builddir)/config.h -libepeg_la_LDFLAGS = -version-info 9:0:9 +libepeg_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