Hi All,
I cannot compile the latest 5/24 eet, cause the src/tests is gone but configure.in and Makefile.am still have that.
So I create a little patch to fix that.

Cheers,
Tick
? compile
? eet_remove_test.patch
Index: configure.in
===================================================================
RCS file: /var/cvs/e/e17/libs/eet/configure.in,v
retrieving revision 1.99
diff -d -u -r1.99 configure.in
--- configure.in	19 May 2008 16:47:37 -0000	1.99
+++ configure.in	24 May 2008 03:18:31 -0000
@@ -209,7 +209,6 @@
 src/Makefile
 src/lib/Makefile
 src/bin/Makefile
-src/tests/Makefile
 README
 eet.spec
 ])
Index: src/Makefile.am
===================================================================
RCS file: /var/cvs/e/e17/libs/eet/src/Makefile.am,v
retrieving revision 1.6
diff -d -u -r1.6 Makefile.am
--- src/Makefile.am	16 May 2008 15:07:03 -0000	1.6
+++ src/Makefile.am	24 May 2008 03:18:32 -0000
@@ -1,3 +1,3 @@
 MAINTAINERCLEANFILES = Makefile.in
 
-SUBDIRS = lib bin tests
+SUBDIRS = lib bin
-------------------------------------------------------------------------
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