From 2d9edf9b1768b43e70717ecfe47fc021b877ee1b Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sun, 14 May 2017 22:31:10 -0400 Subject: Fix warnings and compilation on Linux --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 81654d9..2f4ab5c 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,8 @@ GRAPHICS_LOFI:=redist/CNFGFunctions.o redist/CocoaDriver.o # Linux / FreeBSD else -LDFLAGS:=$(LDFLAGS) -lX11 + +LDFLAGS:=$(LDFLAGS) -lX11 -lusb-1.0 DRAWFUNCTIONS=redist/CNFGFunctions.c redist/CNFGXDriver.c GRAPHICS_LOFI:=redist/CNFGFunctions.o redist/CNFGXDriver.o -- cgit v1.2.3