From 62c3e6761652a1fdf4e18fe18fe1cf2d0d314783 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 4 Dec 2010 23:09:20 +0100 Subject: [PATCH] make usock generic --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 104df19..5e7d038 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,9 @@ LIBDIR=$(PREFIX)/lib CPPFLAGS= OS=$(shell uname) -FILES=blob.c blobmsg.c hash.c uhtbl.c +FILES=blob.c blobmsg.c hash.c uhtbl.c usock.c ifeq ($(OS),Linux) - FILES += usock.c uloop.c unl.c + FILES += uloop.c unl.c LIBS += $(LIBNL) LDFLAGS_SHARED=-shared -Wl,-soname,$@ SHLIB_EXT=so -- 2.11.0