testing/tools/screenshot/Makefile.in

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:25d4508f9176
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5 ifdef MOZ_WIDGET_GTK
6 ifdef MOZ_X11
7
8 LOCAL_INCLUDES = $(TK_CFLAGS)
9 OS_LIBS = $(TK_LIBS) $(XSS_LIBS)
10
11 endif # X11
12 endif # GTK
13
14 ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
15
16 OS_LIBS += $(call EXPAND_LIBNAME,gdiplus)
17 MOZ_GLUE_PROGRAM_LDFLAGS =
18
19 endif # windows

mercurial