Enlightenment CVS committal Author : doursse Project : e17 Module : libs/epsilon
Dir : e17/libs/epsilon/src/plugins 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/epsilon/src/plugins/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- Makefile.am 2 Nov 2007 08:03:46 -0000 1.10 +++ Makefile.am 11 Nov 2007 10:11:19 -0000 1.11 @@ -1,8 +1,7 @@ -# Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = 1.7 foreign -LDFLAGS = -rdynamic -shared -INCLUDES = @ECORE_CFLAGS@ \ +MAINTAINERCLEANFILES = Makefile.in + +AM_CPPFLAGS = @ECORE_CFLAGS@ \ -I. -I$(top_srcdir) -I$(top_srcdir)/src/include \ -I$(top_srcdir)/src/lib @@ -20,4 +19,4 @@ xine_thumbnailer_la_SOURCES = xine_thumbnailer.c xine_thumbnailer_la_LDFLAGS = -module -avoid-version xine_thumbnailer_la_LIBADD = @XINE_LIBS@ @IMLIB2_LIBS@ @ECORE_LIBS@ -xine_thumbnailer_la_CFLAGS = @XINE_CFLAGS@ @IMLIB2_CFLAGS@ @ECORE_CFLAGS@ +xine_thumbnailer_la_CPPFLAGS = @XINE_CFLAGS@ @IMLIB2_CFLAGS@ @ECORE_CFLAGS@ ------------------------------------------------------------------------- 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