Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto/eina

Dir     : e17/proto/eina


Modified Files:
        configure.in eina.pc.in 


Log Message:
 install headers in $prefix/include/eina-$VERSION_MAJOR to allow parralel
 installations between different major versions

===================================================================
RCS file: /cvs/e/e17/proto/eina/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- configure.in        30 Jul 2008 12:46:54 -0000      1.1
+++ configure.in        30 Jul 2008 13:16:09 -0000      1.2
@@ -21,6 +21,7 @@
 VMIC=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $3);}'`
 SNAP=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $4);}'`
 version_info=`expr $VMAJ + $VMIN`":$VMIC:$VMIN"
+AC_SUBST(VMAJ)
 AC_SUBST(version_info)
 
 # Checks for programs
===================================================================
RCS file: /cvs/e/e17/proto/eina/eina.pc.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- eina.pc.in  30 Jul 2008 12:46:54 -0000      1.1
+++ eina.pc.in  30 Jul 2008 13:16:09 -0000      1.2
@@ -8,5 +8,5 @@
 Requires: 
 Version: @VERSION@
 Libs: -L${libdir} -leina
-Libs.private: -lm -ldl
-Cflags: -I${includedir} -I${includedir}/eina
+Libs.private: -ldl
+Cflags: -I${includedir}/[EMAIL PROTECTED]@ -I${includedir}/[EMAIL 
PROTECTED]@/eina



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to