diff options
Diffstat (limited to 'render/Jamfile')
-rw-r--r-- | render/Jamfile | 5 |
1 files changed, 3 insertions, 2 deletions
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) { |