]> git.sesse.net Git - vlc/blobdiff - Makefile.am
flac: don't overwrite bitspersample
[vlc] / Makefile.am
index c189275654e4943acce165978f2399c886bd2f25..0d169cdf38eb203bc6819142ab8bb986825a1009 100644 (file)
@@ -16,7 +16,6 @@ SUBDIRS += test
 EXTRA_DIST = \
        extras/package/win32/vlc.exe.manifest \
        extras/package/win32/libvlc.dll.manifest \
-       extras/package/win32/peflags.pl \
        extras/package/win32/change-contribs-directory.sh \
        extras/package/win32/configure.sh \
        extras/package/symbian/configure.sh \
@@ -89,6 +88,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
        --disable-mad --disable-libmpeg2 \
        --disable-faad --disable-skins2 \
        --disable-live555 \
+       --disable-lua \
        --disable-fribidi --disable-glx \
        --disable-mkv \
        --with-kde-solid='$${datadir}/kde4/apps'
@@ -105,7 +105,7 @@ AUTOMAKE_OPTIONS = \
 ChangeLog: Makefile.am
        rm -f -- "$@"
        cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
-       $(LN_S) -f doc/ChangeLog-2012 "$@"
+       $(LN_S) -f doc/ChangeLog-2013 "$@"
 
 ###############################################################################
 # Mac OS X project
@@ -675,10 +675,6 @@ install-exec-hook:
 uninstall-hook:
        rm -f -- "$(DESTDIR)$(vlclibdir)/plugins/plugins.dat"
 
-silentstd = $(silentstd_$(V))
-silentstd_ = $(silentstd_$(AM_DEFAULT_VERBOSITY))
-silentstd_0 = 2>&1 >/dev/null
-
 ###############################################################################
 # PO translation files update
 ###############################################################################
@@ -692,4 +688,5 @@ update-po:
 ###############################################################################
 include extras/package/macosx/package.mak
 include extras/package/win32/package.mak
+include extras/package/win32/msi.mak