]> granicus.if.org Git - libx264/commitdiff
Run ranlib after make install (OS X needs that)
authorEric Petit <titer@videolan.org>
Sun, 7 Aug 2005 17:17:05 +0000 (17:17 +0000)
committerEric Petit <titer@videolan.org>
Sun, 7 Aug 2005 17:17:05 +0000 (17:17 +0000)
git-svn-id: svn://svn.videolan.org/x264/trunk@282 df754926-b1dd-0310-bc7b-ec298dee348c

Makefile

index 561aef8be98476cf5da48f55ba278cc10bb08e5a..79c60f175a05d9f00f2b8a6ce8a4b00058847dcf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,7 @@ install: x264
        install -m 644 x264.h $(DESTDIR)$(includedir)
        install -m 644 libx264.a $(DESTDIR)$(libdir)
        install x264 $(DESTDIR)$(bindir)
+       ranlib $(DESTDIR)$(libdir)/libx264.a
 
 etags: TAGS