From df2c44401f8dd736a903e73813e5f83fb15b36b6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 5 Sep 2012 18:51:26 +0200 Subject: split away util, logger, and module made a liblogger adapted all tests --- tests/modules/testmod/GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/modules/testmod/GNUmakefile') diff --git a/tests/modules/testmod/GNUmakefile b/tests/modules/testmod/GNUmakefile index 01dbfee..c8fbc8a 100755 --- a/tests/modules/testmod/GNUmakefile +++ b/tests/modules/testmod/GNUmakefile @@ -5,7 +5,9 @@ SUBDIRS = -include $(TOPDIR)/makefiles/gmake/platform.mk INCLUDE_DIRS = \ - -I. -I$(TOPDIR)/src -I.. + -I. -I$(TOPDIR)/src -I.. \ + -I$(TOPDIR)/include/module \ + -I$(TOPDIR)/include/util INCLUDE_CXXFLAGS = \ -- cgit v1.2.3-54-g00ecf