Skip to content

Commit

Permalink
Run ranlib on installed JPEG library.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4058 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Feb 28, 2005
1 parent 5b49a9a commit 24b82a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jpeg/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 24b82a1

Please sign in to comment.