summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
Diffstat (limited to 'liba52')
-rw-r--r--liba52/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
index 63cb29d3ef..ed5d1cffc6 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -17,6 +17,7 @@ CFLAGS = $(MLIB_INC) $(OPTFLAGS)
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
+ $(RANLIB) $(LIBNAME)
test: $(LIBNAME) test.c
$(CC) $(CFLAGS) test.c ../cpudetect.c -o test ./liba52.a -lm