The attached patch fixes expedite cross build. Without this patch it
will look in /usr/include for include files when cross building.

Please apply.

Regards
Lars Munch
Index: src/bin/Makefile.am
===================================================================
RCS file: /var/cvs/e/e17/apps/expedite/src/bin/Makefile.am,v
retrieving revision 1.12
diff -u -r1.12 Makefile.am
--- src/bin/Makefile.am	25 Feb 2008 06:08:34 -0000	1.12
+++ src/bin/Makefile.am	17 Mar 2008 21:39:29 -0000
@@ -1,6 +1,5 @@
 MAINTAINERCLEANFILES = Makefile.in
-INCLUDES = -I$(includedir) \
-	   -I$(top_srcdir) \
+INCLUDES = -I$(top_srcdir) \
 	   -I$(top_srcdir)/src/bin \
 	   @EVAS_CFLAGS@ @x_cflags@ @SDL_CFLAGS@ @DIRECTFB_CFLAGS@ \
 	   -DPACKAGE_BIN_DIR=\"@[EMAIL PROTECTED]" \
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to