Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/libpainter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2016-08-18 03:39:09 +0300
committerJay Sorg <jay.sorg@gmail.com>2016-08-18 03:39:09 +0300
commitfbf2c883f8e757819b4ef509531741a58f7831b8 (patch)
tree05b8894a6df284643863336fca37f34d5e483ace
parent0fbf138f01917780daaaf80d3e1226af39026aa2 (diff)
fix an autotools warning
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dcd30d8..5bc1685 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -9,7 +9,7 @@ EXTRA_INCLUDES += -I$(prefix)/include
EXTRA_FLAGS += -L$(prefix)/lib -Wl,-rpath -Wl,$(prefix)/lib
endif
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir)/include \
$(EXTRA_INCLUDES)