[vlc-devel] commit: test: Fix make distcheck by including libvlc/test. h in check_HEADERS. (Pierre d'Herbemont )

git version control git at videolan.org
Sat Apr 19 20:44:00 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Apr 19 20:44:30 2008 +0200| [b11361df8b20c8d27f2f0939bcf83f7a342212ff]

test: Fix make distcheck by including libvlc/test.h in check_HEADERS.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b11361df8b20c8d27f2f0939bcf83f7a342212ff
---

 test/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index 847be09..22db1f4 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




More information about the vlc-devel mailing list