diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am new file mode 100644 index 0000000..a526e4c --- /dev/null +++ b/common/Makefile.am @@ -0,0 +1,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 |