Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        Makefile.am 


Log Message:
 * add mail in AC_INIT
 * remove Makefile.in when cleaning
 * INCLUDES -> AM_CPPFLAGS
 * minor cleaning

===================================================================
RCS file: /cvs/e/e17/libs/edje/src/lib/Makefile.am,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- Makefile.am 7 Oct 2007 08:02:53 -0000       1.36
+++ Makefile.am 4 Nov 2007 09:53:29 -0000       1.37
@@ -1,20 +1,20 @@
-## 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            = \
+AM_CPPFLAGS = \
+-I. \
 -I$(top_srcdir) \
--I$(top_builddir) \
+-I$(top_srcdir)/src/lib \
+-DPACKAGE_BIN_DIR=\"$(bindir)\" \
+-DPACKAGE_LIB_DIR=\"$(libdir)\" \
+-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
 @EDJE_CFLAGS@
 
 lib_LTLIBRARIES      = \
-libedje.la 
+libedje.la
 
 include_HEADERS      =  \
-Edje.h 
+Edje.h
 
 libedje_la_SOURCES  = \
 edje_calc.c \
@@ -37,7 +37,6 @@
 edje_textblock_styles.c
 
 libedje_la_LIBADD       = -lm @EDJE_LIBS@ @fnmatch_libs@
-libedje_la_CPPFLAGS     =
 libedje_la_DEPENDENCIES = $(top_builddir)/config.h
 libedje_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

Reply via email to