[vlc-commits] Distribute ALL the files
Rafaël Carré
git at videolan.org
Sun Jan 6 00:38:37 CET 2013
npapi-vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Jan 6 00:38:17 2013 +0100| [bde6058bf3e32f50813ecad8ba5743c65db7752f] | committer: Rafaël Carré
Distribute ALL the files
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=bde6058bf3e32f50813ecad8ba5743c65db7752f
---
Makefile.am | 12 +++---------
activex/Makefile.am | 1 +
share/Makefile.am | 20 +++++++++++++++++++-
3 files changed, 23 insertions(+), 10 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index c7625e2..5947782 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,15 +23,9 @@ EXTRA_DIST = \
extras/macosx/InstallerInfo.plist.in \
extras/macosx/InstallerDescription.plist \
extras/macosx/pbdevelopment.plist \
- share/pixmaps/win32/fullscreen.bmp \
- share/pixmaps/win32/defullscreen.bmp \
- share/pixmaps/win32/play.bmp \
- share/pixmaps/win32/pause.bmp \
- share/pixmaps/win32/volume.bmp \
- share/pixmaps/win32/volume-muted.bmp \
- share/test/test.html \
- share/test/windowless.html \
- share/test/resize.html
+ extras/macosx/build-package.sh \
+ extras/macosx/build-vlc-32.sh \
+ extras/macosx/build-vlc.sh
package-macosx-plugin:
# Create Installer
diff --git a/activex/Makefile.am b/activex/Makefile.am
index d051560..069bab2 100644
--- a/activex/Makefile.am
+++ b/activex/Makefile.am
@@ -18,6 +18,7 @@ DIST_misc = \
axvlc.tlb \
inplace.bmp \
vlc16x16.bmp \
+ README.TXT \
$(NULL)
diff --git a/share/Makefile.am b/share/Makefile.am
index b7472ee..dce922b 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -17,4 +17,22 @@ dist_pkgdata_DATA = \
pixmaps/win32/play.bmp \
pixmaps/win32/volume.bmp
-EXTRA_DIST = test/test.html
+EXTRA_DIST = \
+ pixmaps/macosx/enter-fullscreen.png \
+ pixmaps/macosx/Knob.png \
+ pixmaps/macosx/leave-fullscreen.png \
+ pixmaps/macosx/Pause.png \
+ pixmaps/macosx/Play.png \
+ pixmaps/macosx/SliderTrackCenter.png \
+ pixmaps/macosx/SliderTrackLeft.png \
+ pixmaps/macosx/SliderTrackRight.png \
+ pixmaps/win32/vlc.ico \
+ pixmaps/win32/fullscreen.bmp \
+ pixmaps/win32/defullscreen.bmp \
+ pixmaps/win32/play.bmp \
+ pixmaps/win32/pause.bmp \
+ pixmaps/win32/volume.bmp \
+ pixmaps/win32/volume-muted.bmp \
+ test/test.html \
+ test/windowless.html \
+ test/resize.html
More information about the vlc-commits
mailing list