]>
Commit | Line | Data |
---|---|---|
c79241a2 VS |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
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> |