diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2013-06-18 00:18:28 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2013-06-18 17:37:13 +0200 |
commit | 923ab857eed6cd29b539910bf74be2aa26d71f39 (patch) | |
tree | 30693266e5d9cd1eab9ab53e58807f0c33cb762e /Makefile | |
parent | f35d1117b7d62c885586d43fc934e296d09b4380 (diff) | |
download | mupdf-923ab857eed6cd29b539910bf74be2aa26d71f39.tar.xz |
Split pdf.h into subheaders.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ RM_CMD = $(QUIET_RM) rm -f $@ # --- Rules --- FITZ_HDR := include/mupdf/fitz.h $(wildcard include/mupdf/fitz/*.h) -MUPDF_HDR := $(FITZ_HDR) include/mupdf/pdf.h +MUPDF_HDR := $(FITZ_HDR) include/mupdf/pdf.h $(wildcard include/mupdf/pdf/*.h) MUXPS_HDR := $(FITZ_HDR) include/mupdf/xps.h MUCBZ_HDR := $(FITZ_HDR) include/mupdf/cbz.h MUIMAGE_HDR := $(FITZ_HDR) include/mupdf/image.h |