diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-07 07:08:16 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-07 07:08:16 +0200 |
commit | e35b1d8b0913514becb9e5d2845c74a927b4a272 (patch) | |
tree | 1032def413255874ff2440d342375351080348e2 /store | |
parent | d76c3f3abdc9f8e7139a78b85323b4865fe6b27b (diff) |
add gb_STDLIBS
Change-Id: I53d4f6ddd9c79b9cd025339ef9a5e92ce1a881bc
Diffstat (limited to 'store')
-rw-r--r-- | store/Library_store.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/store/Library_store.mk b/store/Library_store.mk index 5242c3268b13..804901c15e23 100644 --- a/store/Library_store.mk +++ b/store/Library_store.mk @@ -39,6 +39,7 @@ $(eval $(call gb_Library_add_defs,store,\ $(eval $(call gb_Library_use_libraries,store,\ sal \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,store,\ |