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: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=e2fdd71facc852e37c57c62cf59632f95b95dd47;p=ptas 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