[vlc-commits] Move test files around

Jean-Baptiste Kempf git at videolan.org
Thu Jul 28 11:34:19 CEST 2011


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 28 11:25:49 2011 +0200| [3e30bc40280216979dac8589cdbdc2302068c0c2] | committer: Jean-Baptiste Kempf

Move test files around

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

 npapi/Makefile.am               |    2 +-
 share/Makefile.am               |    2 ++
 {npapi => share/test}/test.html |    0
 3 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/npapi/Makefile.am b/npapi/Makefile.am
index 01d42c5..5f7b516 100644
--- a/npapi/Makefile.am
+++ b/npapi/Makefile.am
@@ -2,7 +2,7 @@
 # Building the Mozilla plugin
 ###############################################################################
 
-EXTRA_DIST = npvlc_rc.rc.in npvlc.dll.manifest test.html
+EXTRA_DIST = npvlc_rc.rc.in npvlc.dll.manifest
 MOSTLYCLEANFILES =
 CLEANFILES = $(BUILT_SOURCES)
 npvlcdir = $(libdir)/mozilla/plugins
diff --git a/share/Makefile.am b/share/Makefile.am
index 254a491..b7472ee 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -16,3 +16,5 @@ dist_pkgdata_DATA = \
 	pixmaps/win32/pause.bmp \
 	pixmaps/win32/play.bmp \
 	pixmaps/win32/volume.bmp
+
+EXTRA_DIST = test/test.html
diff --git a/npapi/test.html b/share/test/test.html
similarity index 100%
rename from npapi/test.html
rename to share/test/test.html



More information about the vlc-commits mailing list