diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-26 23:45:28 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-28 16:49:05 +0200 |
commit | 2e677c39818f3a6479ac9103ac9c7e8ef985eeb0 (patch) | |
tree | a9490f3ae4a64e0de2e1982dfbc4a8e28836070f /sd | |
parent | d26118611f108b12815a5e5735992cd591abd87b (diff) |
gbuild: split uwinapi out of gb_STDLIBS
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_filters_test.mk | 1 | ||||
-rw-r--r-- | sd/CppunitTest_sd_regression_test.mk | 1 | ||||
-rw-r--r-- | sd/CppunitTest_sd_uimpress.mk | 1 | ||||
-rw-r--r-- | sd/Library_sd.mk | 1 | ||||
-rw-r--r-- | sd/Library_sdd.mk | 1 | ||||
-rw-r--r-- | sd/Library_sdfilt.mk | 1 | ||||
-rw-r--r-- | sd/Library_sdui.mk | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk index 439423076efb..99a19042cb21 100644 --- a/sd/CppunitTest_sd_filters_test.mk +++ b/sd/CppunitTest_sd_filters_test.mk @@ -70,6 +70,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_filters_test, \ utl \ vcl \ xo \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/sd/CppunitTest_sd_regression_test.mk b/sd/CppunitTest_sd_regression_test.mk index af34ec512982..e0a5000359de 100644 --- a/sd/CppunitTest_sd_regression_test.mk +++ b/sd/CppunitTest_sd_regression_test.mk @@ -65,6 +65,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_regression_test, \ utl \ vcl \ xo \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk index baba9fa72f95..5209b6445001 100644 --- a/sd/CppunitTest_sd_uimpress.mk +++ b/sd/CppunitTest_sd_uimpress.mk @@ -71,6 +71,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_uimpress,\ utl \ vcl \ xo \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 6eda34578214..b0535d506bbd 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -103,6 +103,7 @@ $(eval $(call gb_Library_use_libraries,sd,\ utl \ vcl \ xmlsecurity \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/sd/Library_sdd.mk b/sd/Library_sdd.mk index 68d6b6dd8b64..404ea819e63a 100644 --- a/sd/Library_sdd.mk +++ b/sd/Library_sdd.mk @@ -47,6 +47,7 @@ $(eval $(call gb_Library_use_libraries,sdd,\ ucbhelper \ utl \ vcl \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk index 3250fbfa114b..2402116a33e2 100644 --- a/sd/Library_sdfilt.mk +++ b/sd/Library_sdfilt.mk @@ -65,6 +65,7 @@ $(eval $(call gb_Library_use_libraries,sdfilt,\ ucbhelper \ utl \ vcl \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk index 35bdede5b41a..7fcf0b01bae2 100644 --- a/sd/Library_sdui.mk +++ b/sd/Library_sdui.mk @@ -64,6 +64,7 @@ $(eval $(call gb_Library_use_libraries,sdui,\ tl \ utl \ vcl \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) |