From fc2ea36fa80506d1019ae8b0e036b5f441193ce8 Mon Sep 17 00:00:00 2001 From: ggutierrez-sunbright Date: Thu, 15 Feb 2024 00:30:48 +0000 Subject: [PATCH] put back lpopt in general dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 047265d..9ea9186 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ endif DEFINES += -DRBT_VERSION=\"$(RBT_VERSION)\" CXX_FLAGS := $(CXX_BASE_FLAGS) $(CXX_CONFIG_FLAGS) $(CXX_WARNING_FLAGS) $(CXX_EXTRA_FLAGS) $(DEFINES) LINK_FLAGS := -shared -LIB_DEPENDENCIES += -lm +LIB_DEPENDENCIES += -lm -lpopt LIBS += $(LIB_DEPENDENCIES) -lRbt INCLUDE := $(addprefix -I./, $(shell find include/ -type d )) $(addprefix -I./, $(shell find import/ -type d )) LIBRARY := ./lib