summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index 9da3353d95..1fd87559fe 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -27,6 +27,7 @@ OBJS = $(SRCS:.c=.o)
$(LIB): .depend $(OBJS)
rm -f $(LIB)
$(AR) rc $(LIB) $(OBJS) $(MPLAYEROBJS)
+ $(RANLIB) $(LIB)
all: $(LIB)