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