aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1296108..8869c9e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Wydawca
-# Copyright (C) 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2009-2013 Sergey Poznyakoff
#
# Wydawca is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -81,7 +81,10 @@ check-local: atconfig atlocal $(TESTSUITE)
# $(SHELL) $(TESTSUITE) AUTOTEST_PATH=$(exec_prefix)/bin
check_PROGRAMS = wstest wsbatch pushck bkupname
-AM_CPPFLAGS = -I$(top_srcdir)/grecs/src -I$(top_srcdir)/src
+AM_CPPFLAGS = \
+ -I$(top_srcdir)/grecs/src\
+ -I$(top_srcdir)/include\
+ -I$(top_srcdir)/src
LDADD=../grecs/src/libgrecs.a
pushck_LDADD=../src/pushd.o

Return to:

Send suggestions and report system problems to the System administrator.