summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
Diffstat (limited to 'libao2')
-rw-r--r--libao2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libao2/Makefile b/libao2/Makefile
index 2b1eb3f6b1..1fdd7f4c77 100644
--- a/libao2/Makefile
+++ b/libao2/Makefile
@@ -17,6 +17,7 @@ CFLAGS = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(ESD_INC) $(SDL_INC) $(X11_INC) $(EX
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
+ $(RANLIB) $(LIBNAME)
all: $(LIBNAME)