summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-04-14 13:16:29 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-04-20 15:08:50 +0200
commit69d49ee862c464d348d7d1a3ac4f19fa0cac28a7 (patch)
treee809f779e427e4c01ab054941aadb4152582e3e4 /Makefile
parent46dae00e804d9c92bbeff5c08fa04b4b13c8ef20 (diff)
downloadmupdf-69d49ee862c464d348d7d1a3ac4f19fa0cac28a7.tar.xz
Remove needless -Igenerated flags.
Also remove -I../../ucdn from the visual studio project.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 195a0f60..68e997c5 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ include Makethird
# Do not specify CFLAGS or LIBS on the make invocation line - specify
# XCFLAGS or XLIBS instead. Make ignores any lines in the makefile that
# set a variable that was set on the command line.
-CFLAGS += $(XCFLAGS) -Iinclude -Igenerated
+CFLAGS += $(XCFLAGS) -Iinclude
LIBS += $(XLIBS) -lm
LIBS += $(FREETYPE_LIBS)