Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/evoak

Dir     : e17/libs/evoak/src/lib


Modified Files:
        Makefile.am 


Log Message:
Don't include $(includedir) in searchpath, find headers in this source
and in the provided package CFLAGS.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evoak/src/lib/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 2 Nov 2004 03:53:33 -0000       1.2
+++ Makefile.am 2 Sep 2005 20:15:28 -0000       1.3
@@ -4,8 +4,7 @@
 
 MAINTAINERCLEANFILES = Makefile.in
 
-INCLUDES            = -I$(includedir) \
-                      -I$((top_srcdir) \
+INCLUDES            = -I$(top_srcdir) \
                       -I$(top_srcdir)/src/lib \
                       @my_cflags@
 




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to