From e2fdd71facc852e37c57c62cf59632f95b95dd47 Mon Sep 17 00:00:00 2001 From: Aki Koskinen Date: Sun, 7 Feb 2010 19:35:56 +0200 Subject: [PATCH] Adapted the unit test Makefile to the directory structure change. --- tests/ut_coord_trans/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5