blob: a526e4c8b52f3304c193a74e71d4780f025f647a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : common/Makefile.am
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
if ODB_TESTS_THREADS
SUBDIRS += __path__(thread_dirs)
endif
|