Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_config


Modified Files:
        Makefile.am 


Log Message:
Hopefully, fix the parallel build issues some people were seeing.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- Makefile.am 1 Feb 2004 21:49:01 -0000       1.12
+++ Makefile.am 5 Feb 2004 14:35:55 -0000       1.13
@@ -40,12 +40,12 @@
 $(top_builddir)/config.h \
 $(top_builddir)/src/lib/ecore/libecore.la \
 $(top_builddir)/src/lib/ecore_ipc/libecore_ipc.la \
-$(top_builddir)/src/lib/ecore_config/libecore_config.la
+libecore_config.la
 ecore_config_ipc_ecore_la_SOURCES          = ipc_ecore.c
 ecore_config_ipc_ecore_la_LIBADD           = \
 $(top_builddir)/src/lib/ecore/libecore.la \
 $(top_builddir)/src/lib/ecore_ipc/libecore_ipc.la \
-$(top_builddir)/src/lib/ecore_config/libecore_config.la \
+libecore_config.la \
 -ledb
 
 $(DB):
@@ -63,5 +63,3 @@
 util.h \
 edb.c
 
-CLEANFILES = $(DB)
-




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to