[vlc-commits] Fix make dist
Pavlov Konstantin
git at videolan.org
Tue Jan 24 19:10:58 CET 2012
npapi-vlc | branch: master | Pavlov Konstantin <thresh at videolan.org> | Tue Jan 24 19:10:30 2012 +0100| [770491b8b496a0fcffee2b884786a9564fc7ca5c] | committer: Jean-Baptiste Kempf
Fix make dist
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=770491b8b496a0fcffee2b884786a9564fc7ca5c
---
Makefile.am | 2 +-
activex/Makefile.am | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 52c4039..a661b9c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = \
dist-xz \
no-dist-gzip
-DIST_SUBDIRS= share npapi activex common
+DIST_SUBDIRS= share npapi activex
SUBDIRS =
if BUILD_NPAPI
SUBDIRS += npapi
diff --git a/activex/Makefile.am b/activex/Makefile.am
index ea876ac..3b40b0d 100644
--- a/activex/Makefile.am
+++ b/activex/Makefile.am
@@ -20,11 +20,11 @@ DIST_misc = \
vlc16x16.bmp \
../share/pixmaps/win32/fullscreen.bmp \
../share/pixmaps/win32/defullscreen.bmp \
- ../share/pixmaps/win32/pixmaps/play.bmp \
- ../share/pixmaps/win32/pixmaps/pause.bmp \
- ../share/pixmaps/win32/pixmaps/volume.bmp \
- ../share/pixmaps/win32/pixmaps/volume-muted.bmp \
- test.html \
+ ../share/pixmaps/win32/play.bmp \
+ ../share/pixmaps/win32/pause.bmp \
+ ../share/pixmaps/win32/volume.bmp \
+ ../share/pixmaps/win32/volume-muted.bmp \
+ ../share/test.html \
$(NULL)
More information about the vlc-commits
mailing list