diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-10-17 22:31:48 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-10-17 22:31:48 +0200 |
commit | dd35d93d81580334277418f2d7bbc2b0a132a16e (patch) | |
tree | 8920c504e1f43ca2a1b1bc8fef21ee7c1a011e3f /sax | |
parent | a2e59ec887ffc42f9c7d7f6cbfd4ca5035eca091 (diff) |
sax_attributes: needs cppuhelper on Windows
Change-Id: I5c9fca7f895b57fcfc5cdd8e5cbd879c74fbbf04
Diffstat (limited to 'sax')
-rw-r--r-- | sax/CppunitTest_sax_attributes.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sax/CppunitTest_sax_attributes.mk b/sax/CppunitTest_sax_attributes.mk index eee7f06380fc..c700ae4c4b77 100644 --- a/sax/CppunitTest_sax_attributes.mk +++ b/sax/CppunitTest_sax_attributes.mk @@ -15,6 +15,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sax_attributes, \ $(eval $(call gb_CppunitTest_use_libraries,sax_attributes, \ cppu \ + cppuhelper \ sal \ sax \ $(gb_UWINAPI) \ |