summaryrefslogtreecommitdiff
path: root/store/Library_store.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-09 12:49:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-09 12:49:26 +0100
commite4b99f5d445903e1309c301cc327d2dfb23d8d71 (patch)
tree3cfd07e82e8dc9200747baf4a271324f3653c1ce /store/Library_store.mk
parentde69091d34d8102c0b56194d603ed9e66699d34c (diff)
Use BOOST_STATIC_ASSERT
Change-Id: Ib9dc2541c3bf72ddd6094331297a91352138e5af
Diffstat (limited to 'store/Library_store.mk')
-rw-r--r--store/Library_store.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/store/Library_store.mk b/store/Library_store.mk
index 09546926fe03..fabac105cfd7 100644
--- a/store/Library_store.mk
+++ b/store/Library_store.mk
@@ -28,6 +28,8 @@ $(eval $(call gb_Library_Library,store))
$(eval $(call gb_Library_set_soversion_script,store,3,$(SRCDIR)/store/util/store.map))
+$(eval $(call gb_Library_use_external,store,boost_headers))
+
$(eval $(call gb_Library_use_packages,store,\
store_odk_headers \
))