From e4d6509211cbc4dffa26aab0e558ac9ebe8fa04a Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 29 Oct 2011 01:12:15 +0200 Subject: [PATCH] build: compile in dl.c on unix --- config-unix.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/config-unix.mk b/config-unix.mk index 53bcbd4c..9524061b 100644 --- a/config-unix.mk +++ b/config-unix.mk @@ -28,6 +28,7 @@ CPPFLAGS += -D_LARGEFILE_SOURCE CPPFLAGS += -D_FILE_OFFSET_BITS=64 OBJS += src/unix/core.o +OBJS += src/unix/dl.o OBJS += src/unix/fs.o OBJS += src/unix/cares.o OBJS += src/unix/udp.o