1<?xml version="1.0" ?> 2<!-- $Id: plugins.bkl 25458 2004-02-01 18:31:54Z VS $ --> 3 4<makefile> 5 6 <!-- ================================================================ --> 7 <!-- Unix audio plugins --> 8 <!-- ================================================================ --> 9 10 <wx-base-plugin id="sound_sdl" cond="WITH_PLUGIN_SDL=='1'"> 11 <sources>$(UNIX_SOUND_SRC_SDL)</sources> 12 <ldlibs>$(EXTRALIBS_SDL)</ldlibs> 13 </wx-base-plugin> 14 15 16</makefile> 17