diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-07-24 23:09:24 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-07-25 10:09:15 +0900 |
commit | a8b395bff2111d7bf086b4cb44081dce10cca364 (patch) | |
tree | ec4a4ebebe94fcd58b9c8508b8c403e32a2a9cfc /ucb/Library_ucpftp1.mk | |
parent | 4f2f53e267956e68fac768391c9b83d45adbc29f (diff) |
Avoid possible memory leaks in case of exceptions
Change-Id: I9983e858c4e634b4cac8ad42fa9b06b7ccc167d6
Diffstat (limited to 'ucb/Library_ucpftp1.mk')
-rw-r--r-- | ucb/Library_ucpftp1.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ucb/Library_ucpftp1.mk b/ucb/Library_ucpftp1.mk index 68551d336f57..9c0549076b0c 100644 --- a/ucb/Library_ucpftp1.mk +++ b/ucb/Library_ucpftp1.mk @@ -12,6 +12,8 @@ $(eval $(call gb_Library_Library,ucpftp1)) $(eval $(call gb_Library_set_componentfile,ucpftp1,ucb/source/ucp/ftp/ucpftp1)) +$(eval $(call gb_Library_use_external,ucpftp1,boost_headers)) + $(eval $(call gb_Library_use_sdk_api,ucpftp1)) $(eval $(call gb_Library_use_libraries,ucpftp1,\ |