diff --git a/main/Makefile b/main/Makefile index 728b80591a..e29e88fbde 100644 --- a/main/Makefile +++ b/main/Makefile @@ -26,9 +26,6 @@ OBJS=$(filter-out $(OBJSFILTER),$(SRC:.c=.o)) # otherwise modules will not have them available if none of the static # objects use it. OBJS+=stdtime/localtime.o -ifneq ($(firstword $(subst :, ,$(WEAKREF))),1) -OBJS+=../res/res_adsi.o -endif AST_LIBS += $(OPENSSL_LIB) AST_LIBS += $(BKTR_LIB)