summaryrefslogtreecommitdiff
path: root/src/SConscript
blob: c4e96a5fddcf60683ef70b26f845f02e2491f502 (plain)
1
2
3
4
5
6
7
# -*- mode: python; -*-
#
# This is the principle SConscript file, invoked by the SConstruct.  Its job is
# to delegate to any and all per-module SConscript files.

SConscript( [ 'mongo/SConscript',
              'third_party/SConscript' ] )