diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2006-11-30 23:19:00 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2006-11-30 23:19:00 +0000 |
| commit | 05487b410252ca168cad1e59fa708e0f2a3090dc (patch) | |
| tree | 2e5fb920e150a52186173a52e3b4e77f890d9f70 /Makefile | |
| parent | da220fbe08eb8e645fca258eda9ee9d9c32e48b7 (diff) | |
| download | halibut-05487b410252ca168cad1e59fa708e0f2a3090dc.zip halibut-05487b410252ca168cad1e59fa708e0f2a3090dc.tar.gz halibut-05487b410252ca168cad1e59fa708e0f2a3090dc.tar.bz2 halibut-05487b410252ca168cad1e59fa708e0f2a3090dc.tar.xz | |
Add support for compressed PDF streams, using Simon's new deflate library.
[originally from svn r6931]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -72,6 +72,7 @@ else # The `real' makefile part. CFLAGS += -Wall -W -ansi -pedantic +LIBS += -lm ifdef TEST CFLAGS += -DLOGALLOC @@ -108,7 +109,7 @@ include $(LIBCHARSET_SRCDIR)Makefile MODULES := main malloc ustring error help licence version misc tree234 MODULES += input in_afm in_pf keywords contents index biblio MODULES += bk_text bk_html bk_whlp bk_man bk_info bk_paper bk_ps bk_pdf -MODULES += winhelp psdata wcwidth +MODULES += winhelp deflate psdata wcwidth OBJECTS := $(addsuffix .o,$(MODULES)) $(LIBCHARSET_OBJS) DEPS := $(addsuffix .d,$(MODULES)) |