summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jpeg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/jpeg/Makefile b/jpeg/Makefile
index 39353c333..03aa004d2 100644
--- a/jpeg/Makefile
+++ b/jpeg/Makefile
@@ -69,6 +69,7 @@ install:
-$(MKDIR) $(libdir)
$(RM) $(libdir)/libfltk_jpeg$(LIBEXT)
$(CP) $(LIBJPEG) $(libdir)
+ $(RANLIB) $(libdir)/libfltk_jpeg$(LIBEXT)
echo "Installing jpeg headers in $(includedir)/FL/images..."
-$(MKDIR) $(includedir)/FL/images
$(CP) jconfig.h jerror.h jmorecfg.h jpeglib.h $(includedir)/FL/images