Enlightenment CVS committal

Author  : monkeyiq
Project : misc
Module  : gevas2

Dir     : misc/gevas2


Modified Files:
        Makefile.am configure.in 
Added Files:
        gevas.pc.in 


Log Message:
mainly build cleanups

===================================================================
RCS file: /cvs/e/misc/gevas2/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 10 Jan 2003 13:13:03 -0000      1.2
+++ Makefile.am 22 Apr 2006 10:05:56 -0000      1.3
@@ -12,4 +12,7 @@
 
 SUBDIRS                     = src media demo
 
-EXTRA_DIST = README AUTHORS COPYING TODO acconfig.h INSTALL gevas.spec
+EXTRA_DIST = README AUTHORS COPYING TODO acconfig.h INSTALL gevas.spec 
gevas.pc.in gevas.pc
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = gevas.pc
===================================================================
RCS file: /cvs/e/misc/gevas2/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- configure.in        4 Aug 2005 04:12:15 -0000       1.7
+++ configure.in        22 Apr 2006 10:05:56 -0000      1.8
@@ -1,6 +1,7 @@
 AC_INIT(src/gevas.h)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gevas, 2.2.1)
+VERSION=2.2.1
+AM_INIT_AUTOMAKE(gevas, $VERSION )
 
 AM_PATH_GTK_2_0( 2.2.0 )
 
@@ -38,7 +39,7 @@
 
 
 have_edje=no
-PKG_CHECK_MODULES(EDJE, edje >= 0.5.0, 
+PKG_CHECK_MODULES(EDJE, edje >= 0.4.9 ecore >= 0.9.9, 
 [
        have_edje=yes
 ],
@@ -99,9 +100,13 @@
 AC_SUBST(evas_cflags)
 AC_SUBST(evas_libs)
 
+REQUIREMENTS="edje >= 0.4.9 ecore >= 0.9.9 "
+AC_SUBST(REQUIREMENTS)
+
 AC_OUTPUT([
 Makefile
 src/Makefile
 media/Makefile
 demo/Makefile
+gevas.pc
 ])




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to