Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        Makefile.am edje_callbacks.c edje_private.h 


Log Message:
cleaned up autotools setup some more
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/Makefile.am,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- Makefile.am 30 Oct 2004 02:47:33 -0000      1.26
+++ Makefile.am 30 Oct 2004 11:47:23 -0000      1.27
@@ -12,8 +12,7 @@
 @EET_CFLAGS@ \
 @EMBRYO_CFLAGS@ \
 @EVAS_CFLAGS@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
 
 lib_LTLIBRARIES      = \
 libedje.la 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_callbacks.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- edje_callbacks.c    28 Mar 2004 05:26:17 -0000      1.14
+++ edje_callbacks.c    30 Oct 2004 11:47:23 -0000      1.15
@@ -45,7 +45,7 @@
    ed = data;
    rp = evas_object_data_get(obj, "real_part");
    if (!rp) return;
-#ifndef EDJE_FB_ONLY
+#ifdef HAVE_ECORE_X_H
    if (ecore_event_current_type_get() == ECORE_X_EVENT_MOUSE_BUTTON_DOWN)
      {
        Ecore_X_Event_Mouse_Button_Down *evx;
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_private.h,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- edje_private.h      30 Oct 2004 02:47:33 -0000      1.75
+++ edje_private.h      30 Oct 2004 11:47:23 -0000      1.76
@@ -1,14 +1,14 @@
 #ifndef _EDJE_PRIVATE_H
 #define _EDJE_PRIVATE_H
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <Evas.h>
 #include <Ecore.h>
-#ifndef EDJE_FB_ONLY
+#ifdef HAVE_ECORE_X_H
 #include <Ecore_X.h>
-#else
-#include <Ecore_Fb.h>
 #endif
 #include <Eet.h>
 #include <Embryo.h>




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to