From 70394878168485e6f40e576944adcfd8a106b412 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck F4FXL - KC3FRA Date: Sun, 24 Mar 2019 07:54:50 +0100 Subject: [PATCH] Add wx net lib linking --- MakefileGUI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakefileGUI b/MakefileGUI index e3ee47d..4c90842 100644 --- a/MakefileGUI +++ b/MakefileGUI @@ -9,7 +9,7 @@ export BINDIR := "/usr/bin" export CXX := $(shell wx-config --cxx) export CFLAGS := -O2 -Wall $(shell wx-config --cxxflags) -DLOG_DIR='$(LOGDIR)' -DCONF_DIR='$(CONFDIR)' -DDATA_DIR='$(DATADIR)' export GUILIBS := $(shell wx-config --libs adv,core,base) -export LIBS := $(shell wx-config --libs base) +export LIBS := $(shell wx-config --libs base,net) export LDFLAGS := .PHONY: all