Skip to content
Snippets Groups Projects
Commit 1b074188 authored by Keith Wiles's avatar Keith Wiles
Browse files

add math lib to build

parent 00f4819c
Branches
Tags pktgen-3.0.04
No related merge requests found
......@@ -89,7 +89,7 @@ ifeq ($(GUI),true)
DEPDIRS-y += ../gui
endif
LDFLAGS += -g -lpcap $(RPATHS) $(MYLIB_PATH) $(MYLIBS) $(GTK_LIB)
LDFLAGS += -g -lpcap $(RPATHS) $(MYLIB_PATH) $(MYLIBS) $(GTK_LIB) -lm
DEPDIRS-y += ../lib/common ../lib/lua
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment