From 247cafd479147cb2159618c012cbdd67491bd0fd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 28 Nov 2017 22:27:31 +0100 Subject: [PATCH] testsuite: Fix path of pakfire helper header Signed-off-by: Michael Tremer --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 74e3250d6..e2af2c0aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -474,10 +474,12 @@ check_LTLIBRARIES = \ tests/libtestsuite.la tests_libtestsuite_la_SOURCES = \ - tests/pakfire.h \ tests/testsuite.c \ tests/testsuite.h +EXTRA_DIST += \ + tests/libpakfire/pakfire.h + TESTSUITE_CPPFLAGS = \ $(AM_CPPFLAGS) \ $(PAKFIRE_CPPFLAGS) -- 2.47.3