Enlightenment CVS committal

Author  : sebastid
Project : misc
Module  : embrace

Dir     : misc/embrace


Modified Files:
        configure.ac 


Log Message:
Move libembrace to a libdir. This should allow paralell building 'make -j'.

===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/configure.ac,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- configure.ac        25 Aug 2005 19:42:14 -0000      1.15
+++ configure.ac        2 Sep 2005 05:32:57 -0000       1.16
@@ -1,6 +1,6 @@
 ###############################################################################
 ##
-## $Id: configure.ac,v 1.15 2005/08/25 19:42:14 sebastid Exp $
+## $Id: configure.ac,v 1.16 2005/09/02 05:32:57 sebastid Exp $
 ##
 ## Copyright (C) 2004 Embrace project.
 ##
@@ -19,7 +19,7 @@
 AC_PREREQ(2.53)
 
 AC_INIT(embrace, 0.0.3, , embrace)
-AC_CONFIG_SRCDIR([src/embrace.c])
+AC_CONFIG_SRCDIR([src/main.c])
 
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
@@ -153,6 +153,8 @@
 data/themes/default/programs/Makefile
 m4/Makefile
 src/Makefile
+src/include/Makefile
+src/lib/Makefile \
 src/plugins/Makefile
 src/plugins/maildir/Makefile
 src/plugins/mbox/Makefile




-------------------------------------------------------
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