From: Aki Koskinen Date: Sun, 7 Feb 2010 17:35:56 +0000 (+0200) Subject: Adapted the unit test Makefile to the directory structure change. X-Git-Url: http://git.maemo.org/git/?p=ptas;a=commitdiff_plain;h=e2fdd71facc852e37c57c62cf59632f95b95dd47 Adapted the unit test Makefile to the directory structure change. --- diff --git a/tests/ut_coord_trans/Makefile b/tests/ut_coord_trans/Makefile index 095515a..31ddbc4 100644 --- a/tests/ut_coord_trans/Makefile +++ b/tests/ut_coord_trans/Makefile @@ -1,6 +1,6 @@ CC=gcc RM=rm -f -INCDIR=../../ +INCDIR=../../getmehome/ CFLAGS=-I$(INCDIR) LDFLAGS=-lm DEPS=$(INCDIR)coordinate-system.h