Skip to content
Snippets Groups Projects
Commit 22d101ee authored by rswindell's avatar rswindell
Browse files

Added X11 libraries to echocfg link command-line.

parent 3aa3e615
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ $(ECHOCFG): \
$(EXEODIR)/filewrap.o \
$(EXEODIR)/genwrap.o
@echo Linking $@
@$(CC) -L../../lib/fltk/$(os) -lfltk -lcurses -o $@ $^
@$(CC) -L../../lib/fltk/$(os) -L/usr/X11R6/lib -lfltk -lX11 -lcurses -o $@ $^
# ADDFILES
$(ADDFILES): \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment