SCsub 164 B

12345678910
  1. #!/usr/bin/env python
  2. Import('env')
  3. env.add_source_files(env.drivers_sources, "*.cpp")
  4. env["check_c_headers"] = [ [ "mntent.h", "HAVE_MNTENT" ] ]
  5. Export('env')