Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


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/evas/src/lib/engines/common/Makefile.am,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- Makefile.am 16 Jul 2007 07:25:33 -0000      1.25
+++ Makefile.am 4 Nov 2007 09:21:45 -0000       1.26
@@ -1,12 +1,14 @@
-AUTOMAKE_OPTIONS     = 1.4 foreign
 
-SUBDIRS = evas_op_add evas_op_blend evas_op_copy evas_op_mask evas_op_mul 
evas_op_sub 
+SUBDIRS = evas_op_add evas_op_blend evas_op_copy evas_op_mask evas_op_mul 
evas_op_sub
 
 MAINTAINERCLEANFILES = Makefile.in
 
-INCLUDES            = -I. \
+AM_CPPFLAGS         = -I. \
                       -I$(top_srcdir)/src/lib \
                       -I$(top_srcdir)/src/lib/include \
+                      -DPACKAGE_BIN_DIR=\"$(bindir)\" \
+                      -DPACKAGE_LIB_DIR=\"$(libdir)\" \
+                      -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
                       @FREETYPE_CFLAGS@ @VALGRIND_CFLAGS@ \
                       @EET_CFLAGS@ @pthread_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

Reply via email to