aboutsummaryrefslogtreecommitdiff
path: root/common/Makefile.am
blob: d1a21dffeae534cee9e53b5a508f68deb196f8b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : common/Makefile.am
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

SUBDIRS = __path__(dirs)

if ODB_TESTS_THREADS
SUBDIRS += __path__(thread_dirs)
endif

if HAVE_CXX11
SUBDIRS += __path__(cxx11_dirs)
endif

EXTRA_DIST = __file__(extra_dist)