summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvisvgm/Makefile.am')
-rw-r--r--Build/source/texk/dvisvgm/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/dvisvgm/Makefile.am b/Build/source/texk/dvisvgm/Makefile.am
index 7eba4d55772..84fdede2936 100644
--- a/Build/source/texk/dvisvgm/Makefile.am
+++ b/Build/source/texk/dvisvgm/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am for the TeX Live subdirectory texk/dvisvgm/
##
-## Copyright (C) 2009 - 2011 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009-2011 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
#************************************************************************
@@ -28,6 +28,9 @@ INCLUDES = -I$(top_srcdir)/$(DVISVGM_TREE)/src
INCLUDES += -I$(top_srcdir)/$(DVISVGM_TREE)/potracelib
INCLUDES += $(KPATHSEA_INCLUDES) $(FREETYPE2_INCLUDES)
INCLUDES += $(ZLIB_INCLUDES) $(LIBGS_INCLUDES)
+if WIN32
+AM_CPPFLAGS = -DTEXLIVEWIN32
+endif WIN32
AM_CFLAGS = $(WARNING_CFLAGS)
AM_CXXFLAGS = $(WARNING_CXXFLAGS)