]> git.sesse.net Git - vlc/commitdiff
Ship default skin.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 11 Sep 2008 20:56:05 +0000 (13:56 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 12 Sep 2008 00:13:24 +0000 (17:13 -0700)
(cherry picked from commit 13a05801f885b9f74f6bb606faed13f813552d28)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Makefile.am

index 91eae3e552b8abe60a6f70de59d85a9dc355a148..f45388795fc4286092810ea395de950f2d853054 100644 (file)
@@ -850,7 +850,9 @@ if BUILD_SKINS
        done
        for i in $(top_builddir)/share/skins2/*.*; do \
          cp -- "$$i" $(win32_destdir)/skins/ || true ; \
-       done
+       done \
+       cp -v share/skins2/default.vlt $(win32_destdir)/skins/ || true ;
+
 endif
 
 if BUILD_OSDMENU