summaryrefslogtreecommitdiffstats
path: root/automake/lib.am
diff options
context:
space:
mode:
Diffstat (limited to 'automake/lib.am')
-rw-r--r--automake/lib.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/automake/lib.am b/automake/lib.am
index a1e93dc193..8fbea532de 100644
--- a/automake/lib.am
+++ b/automake/lib.am
@@ -6,6 +6,8 @@
AR = @AR@
RANLIB = @RANLIB@
+ARFLAGS = ruv
+
define make-library
$(RM) $@
$(AR) $(ARFLAGS) $@ $^