Enlightenment CVS committal Author : doursse Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore 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 * 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 =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- Makefile.am 5 Jul 2007 09:33:11 -0000 1.12 +++ Makefile.am 4 Nov 2007 09:29:18 -0000 1.13 @@ -1,6 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in -INCLUDES = +AM_CPPFLAGS = lib_LTLIBRARIES = libecore.la include_HEADERS = \ @@ -33,5 +33,5 @@ ecore_value.c \ ecore_private.h -libecore_la_LIBADD = -lm @dlopen_libs@ @winsock_libs@ @create_shared_lib@ -libecore_la_LDFLAGS = -version-info 1:0:0 +libecore_la_LIBADD = @dlopen_libs@ @winsock_libs@ -lm +libecore_la_LDFLAGS = @create_shared_lib@ -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