blob: f413d76c0efea9dcbc0d97970ceae86520b16db1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : common/Makefile.am
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
if ODB_TESTS_THREADS
SUBDIRS += __path__(thread_dirs)
endif
EXTRA_DIST = __file__(extra_dist)
|