From b11361df8b20c8d27f2f0939bcf83f7a342212ff Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Sat, 19 Apr 2008 20:44:30 +0200 Subject: [PATCH] test: Fix make distcheck by including libvlc/test.h in check_HEADERS. --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index 847be09c15..22db1f4501 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -17,6 +17,8 @@ check_PROGRAMS = \ $(NULL) check_DATA = samples/test.sample samples/meta.sample +check_HEADERS = libvlc/test.h + TESTS = $(check_PROGRAMS) DISTCLEANFILES = samples/test.sample samples/meta.sample -- 2.39.2