From 24e0071704cfbe494e18ddcd5ddaff327e65a8a7 Mon Sep 17 00:00:00 2001 From: Ferry Huberts Date: Tue, 18 Mar 2014 19:45:43 +0100 Subject: [PATCH] pud: update nmealib samples Makefile Signed-off-by: Ferry Huberts --- lib/pud/nmealib/samples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pud/nmealib/samples/Makefile b/lib/pud/nmealib/samples/Makefile index ac2b4c62..98eb3e55 100644 --- a/lib/pud/nmealib/samples/Makefile +++ b/lib/pud/nmealib/samples/Makefile @@ -8,7 +8,7 @@ SAMPLES = generate generator math parse parse_file SMPLS = $(SAMPLES:%=../build/samples/%) SMPLOBJ = $(SAMPLES:%=%/main.o) -LIBRARIES = -lm -L../lib -lnmea +LIBRARIES = ../lib/libnmea.a -lm INCLUDES = -I ../include @@ -22,7 +22,7 @@ remake: clean all samples: $(SMPLS) -../build/samples/%: %/main.o +../build/samples/%: %/main.o ../lib/libnmea.a ifeq ($(VERBOSE),0) @echo "[LD] $@" endif -- 2.20.1