From 312adee5634e6c2974ba26b35b366589957abc4f Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 23 Mar 2015 18:11:38 +0100 Subject: [PATCH] Fixed make distcheck --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index a6f921f..367116e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ WARNINGS = -Wall -Wextra \ libcriterion_la_CFLAGS = \ $(WARNINGS) \ -std=gnu11 \ + -I$(top_srcdir)/src/ \ -I$(top_srcdir)/include/ \ -I$(top_srcdir)/dependencies/csptr/include/ \ $(COVERAGE_CFLAGS)