raster pushed a commit to branch master.

commit 556161783c9606e6857230855bfa155d40ab7987
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Jun 5 20:04:47 2013 +0900

    evas: Standardize autofoo makefile.am for binary loaders to look like the 
rest format-wise.
---
 src/Makefile_Evas.am | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index 4166da9..cbb0cdc 100644
--- a/src/Makefile_Evas.am
+++ b/src/Makefile_Evas.am
@@ -1456,7 +1456,6 @@ bin_evas_loaders_bmp_module_la_CPPFLAGS = 
-I$(top_builddir)/src/lib/efl \
 -I$(top_srcdir)/src/lib/evas/cserve2 \
 -I$(top_srcdir)/src/bin/evas \
 @EVAS_CFLAGS@
-
 bin_evas_loaders_bmp_module_la_LIBADD = @EVAS_LIBS@
 bin_evas_loaders_bmp_module_la_DEPENDENCIES = @EVAS_INTERNAL_LIBS@
 bin_evas_loaders_bmp_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@
@@ -1473,13 +1472,8 @@ bin_evas_loaders_eet_module_la_CPPFLAGS = 
-I$(top_builddir)/src/lib/efl \
 -I$(top_srcdir)/src/bin/evas \
 @EVAS_CFLAGS@ \
 @evas_image_loader_eet_cflags@
-bin_evas_loaders_eet_module_la_LIBADD = \
-@EVAS_LIBS@ \
-@USE_EET_LIBS@
-@evas_image_loader_eet_libs@
-bin_evas_loaders_eet_module_la_DEPENDENCIES = \
-@EVAS_INTERNAL_LIBS@ \
-@USE_EET_INTERNAL_LIBS@
+bin_evas_loaders_eet_module_la_LIBADD = @EVAS_LIBS@ @USE_EET_LIBS@ 
@evas_image_loader_eet_libs@
+bin_evas_loaders_eet_module_la_DEPENDENCIES = @EVAS_INTERNAL_LIBS@ 
@USE_EET_INTERNAL_LIBS@
 bin_evas_loaders_eet_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@
 bin_evas_loaders_eet_module_la_LIBTOOLFLAGS = --tag=disable-static
 endif

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to