diff --git a/config.mk b/config.mk index 6e369c23..44639d23 100644 --- a/config.mk +++ b/config.mk @@ -159,10 +159,6 @@ ifeq ($(UNAME),QNX) LIB_LIBS:=$(LIB_LIBS) -lsocket endif -ifeq ($(UNAME),Linux) - BROKER_LIBS:=$(BROKER_LIBS) -lanl -endif - ifeq ($(WITH_WRAP),yes) BROKER_LIBS:=$(BROKER_LIBS) -lwrap BROKER_CFLAGS:=$(BROKER_CFLAGS) -DWITH_WRAP