# Don't call this file explicitly, it is called implicitly by the build rules.

Import('env')

env.Append(
	LIB_SOURCES = Glob('*.cpp') + Glob('*/*.cpp'),
)