Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/bin Modified Files: Makefile.am Log Message: Fix build on systems that don't use .so as the shared library extension. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/bin/Makefile.am,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- Makefile.am 17 Jul 2007 11:08:28 -0000 1.26 +++ Makefile.am 17 Aug 2007 00:24:57 -0000 1.27 @@ -25,9 +25,9 @@ ecore_config_LDADD = \ $(ECORE_CONFIG_LIB) \ -../lib/ecore_ipc/.libs/libecore_ipc.so \ -../lib/ecore_con/.libs/libecore_con.so \ -../lib/ecore/.libs/libecore.so +../lib/ecore_ipc/.libs/libecore_ipc.la \ +../lib/ecore_con/.libs/libecore_con.la \ +../lib/ecore/.libs/libecore.la ecore_config_DEPENDENCIES = \ $(top_builddir)/src/lib/ecore/libecore.la \ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs