Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/src


Modified Files:
        Makefile.am etox.c etox_context.c 


Log Message:
some autotools don't like lib-config.h, so just use config.h
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- Makefile.am 10 Sep 2003 18:29:53 -0000      1.16
+++ Makefile.am 16 Mar 2004 17:27:26 -0000      1.17
@@ -19,5 +19,5 @@
 
 
 libetox_la_LIBADD       = @evas_libs@ @ewd_libs@
-libetox_la_DEPENDENCIES = $(top_builddir)/etox-config.h
+libetox_la_DEPENDENCIES = $(top_builddir)/config.h
 libetox_la_LDFLAGS      = -version-info 0:2:0
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- etox.c      16 Mar 2004 14:28:55 -0000      1.71
+++ etox.c      16 Mar 2004 17:27:27 -0000      1.72
@@ -1,4 +1,4 @@
-#include "etox-config.h"
+#include "config.h"
 #include "Etox_private.h"
 
 static Evas_List *_etox_break_text(Etox * et, char *text);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox_context.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- etox_context.c      16 Mar 2004 04:54:47 -0000      1.19
+++ etox_context.c      16 Mar 2004 17:27:27 -0000      1.20
@@ -1,4 +1,4 @@
-#include "../etox-config.h"
+#include "../config.h"
 #include "Etox_private.h"
 
 /**




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to