Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : echo

Dir     : e_modules/echo/src


Modified Files:
        Makefile.am 


Log Message:
Don't build alsa subsystem when there is no alsa library installed.

===================================================================
RCS file: /cvs/e/e_modules/echo/src/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 9 Jan 2008 23:07:58 -0000       1.1
+++ Makefile.am 30 Jan 2008 16:53:59 -0000      1.2
@@ -11,9 +11,12 @@
                    e_mod_main.c \
                     e_mod_config.c \
                     e_mod_system.h \
-                    e_mod_system.c \
-                    e_mod_alsa.h \
-                    e_mod_alsa.c
+                    e_mod_system.c
+
+if BUILD_ALSA
+module_la_SOURCES += e_mod_alsa.h \
+                     e_mod_alsa.c
+endif
 
 module_la_LIBADD = @e_libs@ @SOUND_LDFLAGS@
 module_la_LDFLAGS = -module -avoid-version



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to