Run ranlib on installed JPEG library.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4058 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
5b49a9ae51
commit
24b82a1cb0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user