Bug 1077148 part 3 - Do not link PrimitiveTest, SimpleTypeLib, TestAUSHelper, TestAUSReadStrings and screentopng against mozglue on Linux. r=gps

There is no reason these should be linked to mozglue on Linux only. This
makes the intent clearer for the related changes in part 4.
This commit is contained in:
Mike Hommey 2014-10-30 13:06:04 +09:00
parent aa81b10659
commit 6bcd36f9cd
3 changed files with 2 additions and 4 deletions

View File

@ -2,8 +2,4 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
MOZ_GLUE_PROGRAM_LDFLAGS =
endif # windows

View File

@ -61,6 +61,7 @@ INI_TEST_FILES = \
$(NULL)
MOZ_GLUE_LDFLAGS =
MOZ_GLUE_PROGRAM_LDFLAGS =
MOZ_WINCONSOLE = 1
endif # Not Android

View File

@ -4,3 +4,4 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
MOZ_GLUE_LDFLAGS =
MOZ_GLUE_PROGRAM_LDFLAGS =