Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : evolume

Dir     : e_modules/evolume/src/module


Modified Files:
        Makefile.am 


Log Message:
Make evolume build again by changing module_la_dependencies to use
libemixer.la not libemixer.a after vapier's recent changes.

===================================================================
RCS file: /cvs/e/e_modules/evolume/src/module/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 21 Mar 2006 02:12:19 -0000      1.1
+++ Makefile.am 1 Apr 2006 10:41:59 -0000       1.2
@@ -41,4 +41,4 @@
 
 module_la_LIBADD       = @e_libs@ -lm -L../lib/ -lemixer
 module_la_LDFLAGS      = -module -avoid-version
-module_la_DEPENDENCIES = $(top_builddir)/config.h 
$(top_builddir)/src/lib/libemixer.a
+module_la_DEPENDENCIES = $(top_builddir)/config.h 
$(top_builddir)/src/lib/libemixer.la




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to