From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- render/Jamfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'render/Jamfile') diff --git a/render/Jamfile b/render/Jamfile index fe975ea..ca199ab 100644 --- a/render/Jamfile +++ b/render/Jamfile @@ -18,12 +18,13 @@ InstallBin $(DESTDIR)$(PREFIX)/bin : $(Executables) ; #InstallFile $(DESTDIR)$(PREFIX)/h : $(Headers) ; #InstallLib $(DESTDIR)$(PREFIX)/lib : $(Libraries) ; -HDRS = ../h ../numlib $(TIFFINC) ; +HDRS = ../h ../numlib $(TIFFINC) $(PNGINC) ; # 2D Rendering library Library librender : render.c thscreen.c ; -Main timage : timage.c : : : : : librender ../numlib/libnum $(TIFFLIB) $(JPEGLIB) ; +Main timage : timage.c : : : : : librender ../numlib/libnum + $(TIFFLIB) $(JPEGLIB) $(PNGLIB) $(ZLIB) ; if $(BUILD_JUNK) { -- cgit v1.2.3