Skip to content

Commit

Permalink
ranlib needs to be run after the library is installed...
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 21, 2006
1 parent 6cbaa21 commit 5e04937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Expand Up @@ -84,6 +84,7 @@ install-lib:
$(SHELL) $(auxdir)/mkinstalldirs $(libdir)
$(LIBTOOL) --mode=install $(INSTALL) $(objects)/$(TARGET) $(libdir)/$(TARGET)
$(INSTALL) -m 644 $(objects)/$(SDLMAIN_TARGET) $(libdir)/$(SDLMAIN_TARGET)
@RANLIB@ $(libdir)/$(SDLMAIN_TARGET)
install-data:
$(SHELL) $(auxdir)/mkinstalldirs $(datadir)/aclocal
$(INSTALL) -m 644 $(srcdir)/sdl.m4 $(datadir)/aclocal/sdl.m4
Expand Down

0 comments on commit 5e04937

Please sign in to comment.