diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2017-04-14 13:16:29 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2017-04-20 15:08:50 +0200 |
commit | 69d49ee862c464d348d7d1a3ac4f19fa0cac28a7 (patch) | |
tree | e809f779e427e4c01ab054941aadb4152582e3e4 /Makefile | |
parent | 46dae00e804d9c92bbeff5c08fa04b4b13c8ef20 (diff) | |
download | mupdf-69d49ee862c464d348d7d1a3ac4f19fa0cac28a7.tar.xz |
Remove needless -Igenerated flags.
Also remove -I../../ucdn from the visual studio project.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |