From 54ddeb6407e2284989964bc83f6ee2bbff987a4a Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sat, 22 Sep 2012 18:16:26 +0200 Subject: device: Implement hwrevs as array of int16_t --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index f064e6b..dbae7fe 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,6 +2,7 @@ include ../config.mk CPPFLAGS += -DVERSION=\"$(VERSION)\" -D_GNU_SOURCE -I. CFLAGS += -W -Wall -Wno-unused-parameter -Wno-unused-result -O2 -pedantic -std=c99 +LIBS += -lm ifdef WITH_USB CPPFLAGS += -DWITH_USB LIBS += -lusb -- cgit v1.2.3