aboutsummaryrefslogtreecommitdiffstats
path: root/gui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gui/Makefile')
-rw-r--r--gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/Makefile b/gui/Makefile
index 99a0243..679e1e4 100644
--- a/gui/Makefile
+++ b/gui/Makefile
@@ -8,7 +8,7 @@ CXXFLAGS = --std=c++20 -ggdb -Og \
CXXFILES = $(shell find serial/src -name "*.cc") $(wildcard *.cpp)
OFILES = $(patsubst %.cc, %.o, $(patsubst %.cpp, %.o, $(CXXFILES)))
-LIBS = $(shell wx-config --libs)
+LIBS = $(shell wx-config --libs) -lwx_gtk3u_stc-3.1
OUTELF = stmdspgui
all: $(OUTELF)