From bdeae9ac5eb9b1fb6ab6703b35c16870886cc0e1 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Tue, 21 Jun 2022 16:22:52 +0200 Subject: [PATCH] doc: libvlc: add the CMakeLists.txt to the tarball (cherry picked from commit 090b5ee9d29cbb55fd9d4d4e34c8bc33b1513d7c) Signed-off-by: Steve Lhomme --- doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 107566b8ae..ee1c8e2524 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -11,6 +11,7 @@ LIBVLC_SAMPLES = \ libvlc/vlc-thumb.c \ libvlc/wx_player.cpp \ libvlc/win_player.c \ + libvlc/CMakeLists.txt \ $(NULL) nobase_doc_DATA = $(LIBVLC_SAMPLES)