[vlc-commits] lua: fix dist
Rémi Denis-Courmont
git at videolan.org
Sun Aug 6 21:52:00 CEST 2017
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 6 22:41:15 2017 +0300| [da28ebef99a93dddc8584233b72777c59874fc5d] | committer: Rémi Denis-Courmont
lua: fix dist
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da28ebef99a93dddc8584233b72777c59874fc5d
---
share/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/Makefile.am b/share/Makefile.am
index 2da2301bf9..5d763a01d2 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -176,7 +176,7 @@ nobase_doc_DATA = \
lua/sd/icast.lua \
$(NULL)
-nobase_vlcdata_DATA += \
+nobase_dist_vlcdata_DATA = \
lua/http/view.html \
lua/http/mobile.html \
lua/http/dialogs/create_stream.html \
@@ -237,7 +237,7 @@ nobase_vlcdata_DATA += \
lua/http/js/jquery.jstree.js \
lua/http/js/controllers.js
endif
-MOSTLYCLEANFILES += $(nobase_vlclib_DATA)
+MOSTLYCLEANFILES += $(nobase_vlcdata_DATA)
EXTRA_DIST += \
lua/README.txt \
More information about the vlc-commits
mailing list