Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Makefile.am ewl_icon.c ewl_misc.c ewl_private.h 


Log Message:
- revert tree2 test change
- don't need efreet information in the engines
- move Efreet.h into the .c files that need it. remove from ewl_private.h
- make it compile again

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Makefile.am,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- Makefile.am 6 Mar 2007 21:25:08 -0000       1.50
+++ Makefile.am 29 Mar 2007 19:35:05 -0000      1.51
@@ -5,7 +5,7 @@
 INCLUDES = \
 -I$(top_builddir) \
 -I$(top_srcdir) \
[EMAIL PROTECTED]@ @ECORE_CFLAGS@ @EVAS_CFLAGS@ @EMOTION_CFLAGS@ 
@EPSILON_CFLAGS@
[EMAIL PROTECTED]@ @ECORE_CFLAGS@ @EVAS_CFLAGS@ @EMOTION_CFLAGS@ 
@EPSILON_CFLAGS@ @EFREET_CFLAGS@
 
 lib_LTLIBRARIES = libewl.la
 
@@ -188,5 +188,5 @@
 installed_headersdir = $(prefix)/include/ewl
 installed_headers_DATA = $(EWLHEADERS)
 
-libewl_la_LIBADD = @EDJE_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ @EMOTION_LIBS@ 
@EPSILON_LIBS@ -lm
+libewl_la_LIBADD = @EDJE_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ @EMOTION_LIBS@ 
@EPSILON_LIBS@ @EFREET_LIBS@ -lm
 libewl_la_LDFLAGS = -version-info 
@INTERFACE_CURRENT@:@INTERFACE_REVISION@:@INTERFACE_AGE@
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_icon.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- ewl_icon.c  29 Mar 2007 19:25:09 -0000      1.34
+++ ewl_icon.c  29 Mar 2007 19:35:05 -0000      1.35
@@ -9,6 +9,7 @@
 #include "ewl_macros.h"
 #include "ewl_private.h"
 #include "ewl_debug.h"
+#include <Efreet.h>
 
 static Ewl_Stock_Funcs stock_funcs = {
        EWL_STOCK_LABEL_SET(ewl_icon_label_set),
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_misc.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -3 -r1.92 -r1.93
--- ewl_misc.c  29 Mar 2007 19:25:09 -0000      1.92
+++ ewl_misc.c  29 Mar 2007 19:35:05 -0000      1.93
@@ -6,6 +6,7 @@
 #include "ewl_macros.h"
 #include "ewl_private.h"
 #include "ewl_debug.h"
+#include <Efreet.h>
 
 #ifdef __GLIBC__
 #include <execinfo.h>
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_private.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_private.h       26 Mar 2007 00:57:28 -0000      1.18
+++ ewl_private.h       29 Mar 2007 19:35:05 -0000      1.19
@@ -6,7 +6,6 @@
 #include <Edje.h>
 #include <Ecore_Str.h>
 #include <Ecore_File.h>
-#include <Efreet.h>
 
 #include <stdio.h>
 #include <stdlib.h>



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to