Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/file


Modified Files:
        Makefile.am evas_path.c 


Log Message:


cross-compile cleanly damnit!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/file/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 30 Dec 2002 00:48:39 -0000      1.2
+++ Makefile.am 17 Feb 2004 07:12:38 -0000      1.3
@@ -5,13 +5,11 @@
 # A list of all the files in the current directory which can be regenerated
 MAINTAINERCLEANFILES = Makefile.in
 
-LDFLAGS                     = -L/usr/local/lib
+LDFLAGS                     =
 INCLUDES            = @freetype_cflags@ \
                        -I. \
                       -I$(top_srcdir)/src/lib \
-                      -I$(top_srcdir)/src/lib/include \
-                      -I$(includedir) \
-                       -I/usr/local/include
+                      -I$(top_srcdir)/src/lib/include
 
 noinst_LTLIBRARIES      = libevas_file.la
 libevas_file_la_SOURCES  = \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/file/evas_path.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evas_path.c 18 Oct 2003 03:34:00 -0000      1.4
+++ evas_path.c 17 Feb 2004 07:12:38 -0000      1.5
@@ -1,6 +1,3 @@
-#include "evas_common.h"
-#include "evas_private.h"
-
 /* os dependant file code. for unix-y like fs's only for now */
 /* if your os doesn't use unix-like fs starting with "/" for the root and */
 /* the file path separator isn't "/" then you may need to help out by */
@@ -19,6 +16,9 @@
 #include <fnmatch.h>
 #include <dirent.h>
 
+#include "evas_common.h"
+#include "evas_private.h"
+
 int
 evas_file_path_is_full_path(char *path)
 {




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to