Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_x


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_x/Makefile.am,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- Makefile.am 6 Oct 2007 08:37:32 -0000       1.39
+++ Makefile.am 4 Nov 2007 09:29:20 -0000       1.40
@@ -1,7 +1,7 @@
 MAINTAINERCLEANFILES = Makefile.in
 
 if BUILD_ECORE_X_XCB
-INCLUDES = \
+AM_CPPFLAGS = \
 @XCB_DAMAGE_CFLAGS@ \
 @XCB_COMPOSITE_CFLAGS@ \
 @XCB_DPMS_CFLAGS@ \
@@ -19,7 +19,7 @@
 -I$(top_builddir)/src/lib/ecore \
 -I$(top_builddir)/src/lib/ecore_txt
 else
-INCLUDES = \
+AM_CPPFLAGS = \
 @Xcursor_cflags@ \
 @XDAMAGE_CFLAGS@ \
 @XCOMPOSITE_CFLAGS@ \
@@ -37,10 +37,6 @@
 -I$(top_builddir)/src/lib/ecore_txt
 endif
 
-libecore_x_la_LDFLAGS = -version-info 1:0:0 \
--L$(top_builddir)/src/lib/ecore/.libs \
--L$(top_builddir)/src/lib/ecore_txt/.libs
-
 if BUILD_ECORE_X_XCB
 
 lib_LTLIBRARIES = libecore_x.la
@@ -93,11 +89,13 @@
 $(top_builddir)/src/lib/ecore/libecore.la \
 $(top_builddir)/src/lib/ecore_txt/libecore_txt.la
 
+libecore_x_la_LDFLAGS = -version-info @version_info@
+
 libecore_x_la_DEPENDENCIES = \
 $(top_builddir)/src/lib/ecore/libecore.la \
 $(top_builddir)/src/lib/ecore_txt/libecore_txt.la
 
-endif
+else
 
 if BUILD_ECORE_X
 
@@ -149,9 +147,13 @@
 $(top_builddir)/src/lib/ecore/libecore.la \
 $(top_builddir)/src/lib/ecore_txt/libecore_txt.la
 
+libecore_x_la_LDFLAGS = -version-info @version_info@
+
 libecore_x_la_DEPENDENCIES = \
 $(top_builddir)/src/lib/ecore/libecore.la \
 $(top_builddir)/src/lib/ecore_txt/libecore_txt.la
+
+endif
 
 endif
 



-------------------------------------------------------------------------
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