Use thin archives to allow libraries to be merged
[libeap.git] / src / utils / Makefile
index b4a8973..bf9e444 100644 (file)
@@ -28,6 +28,6 @@ LIB_OBJS += eloop.o
 #LIB_OBJS += pcsc_funcs.o
 
 libutils.a: $(LIB_OBJS)
-       $(AR) cr $@ $(LIB_OBJS)
+       $(AR) crT $@ $?
 
 -include $(OBJS:%.o=%.d)