SCsub 190 B

123456789
  1. #!/usr/bin/env python
  2. Import("env")
  3. if "alsa" in env and env["alsa"]:
  4. env.add_source_files(env.drivers_sources, "asound-so_wrap.c")
  5. env.add_source_files(env.drivers_sources, "*.cpp")