aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-09 10:19:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-09 10:19:52 +0200
commit591bcad6b05c1a835d4b721ecb143ff7ef5e7f34 (patch)
tree3c94426b54241b4133d3f896e8ec2d35a57d0858 /odb/makefile
parent6d8ea17322f945f42a944e2bdefcdaadb346e190 (diff)
Add empty source files to allow inline function exporting
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/makefile b/odb/makefile
index 6f459a6..7197d82 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -15,6 +15,9 @@ transaction.cxx
#
cxx += \
details/buffer.cxx \
+details/condition.cxx \
+details/lock.cxx \
+details/mutex.cxx \
details/shared-ptr/base.cxx
# POSIX-based implementation details.