summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-04-06 13:39:22 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-04-06 13:39:22 +0200
commit0accac9acc379d627499db1a55743e071df892a7 (patch)
tree212b2514a1af143c67c18830c83ffec2d0dcc822 /Makerules
parent22ad7c043fa3e9b9f23b5ba1960b8c8d90c08f9e (diff)
downloadmupdf-0accac9acc379d627499db1a55743e071df892a7.tar.xz
Move scripts and config files into "scripts" directory.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index eaee8f63..bcb50be7 100644
--- a/Makerules
+++ b/Makerules
@@ -7,7 +7,7 @@ CC ?=
CFLAGS ?=
LDFLAGS ?=
-CFLAGS += -Ifitz -Ipdf -Ixps -Wall
+CFLAGS += -Ifitz -Ipdf -Ixps -Iscripts -Wall
ifeq "$(build)" "debug"
CFLAGS += -pipe -g