summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2006-11-30 23:19:00 +0000
committerBen Harris <bjh21@bjh21.me.uk>2006-11-30 23:19:00 +0000
commit05487b410252ca168cad1e59fa708e0f2a3090dc (patch)
tree2e5fb920e150a52186173a52e3b4e77f890d9f70 /Makefile
parentda220fbe08eb8e645fca258eda9ee9d9c32e48b7 (diff)
downloadhalibut-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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c38defc..a193620 100644
--- a/Makefile
+++ b/Makefile
@@ -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))