Skip to content

Commit

Permalink
Bug 245684 fix bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
brettw%gmail.com committed Nov 15, 2005
1 parent 3aabf60 commit c342bda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jpeg/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ EXPORTS = \
jos2fig.h \
$(NULL)

ifneq (,$(filter os2 windows,$(MOZ_WIDGET_TOOLKIT)))
# These files enable support for writing JPEGs
# (on certain platforms, or if JPEG image encoder support is required)
ifneq (,$(filter os2 windows,$(MOZ_WIDGET_TOOLKIT))$(filter jpeg,$(MOZ_IMG_ENCODERS)))
CSRCS += \
jcapimin.c \
jcparam.c \
Expand Down

0 comments on commit c342bda

Please sign in to comment.