summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-04-25 18:28:03 -0700
committerJames Zern <jzern@google.com>2014-04-25 18:28:03 -0700
commit5ba44e37a470be7ec74f717c293cfcb864c84a0d (patch)
tree0d29ac4974f3ac0d6ec267202d4e979632f50d63 /build
parentd2604af4af5c5975cd79f5936834b3890a20e0d3 (diff)
downloadlibvpx-5ba44e37a470be7ec74f717c293cfcb864c84a0d.tar
libvpx-5ba44e37a470be7ec74f717c293cfcb864c84a0d.tar.gz
libvpx-5ba44e37a470be7ec74f717c293cfcb864c84a0d.tar.bz2
libvpx-5ba44e37a470be7ec74f717c293cfcb864c84a0d.zip
Makefile: add msvs_common.sh to DIST-SRCS
dist is broken in msvs currently due to a dependency on libs.mk which in turn depends on the rest of the source tree, not just the examples Change-Id: I3e313ceeae81eb29ef4bfb099d89756b43583eaa
Diffstat (limited to 'build')
-rw-r--r--build/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/make/Makefile b/build/make/Makefile
index 03dacce5e..c4d53f160 100644
--- a/build/make/Makefile
+++ b/build/make/Makefile
@@ -411,6 +411,7 @@ ifneq ($(call enabled,DIST-SRCS),)
DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_proj.sh
DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_sln.sh
DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_vcxproj.sh
+ DIST-SRCS-$(CONFIG_MSVS) += build/make/msvs_common.sh
DIST-SRCS-$(CONFIG_MSVS) += build/x86-msvs/obj_int_extract.bat
DIST-SRCS-$(CONFIG_MSVS) += build/arm-msvs/obj_int_extract.bat
DIST-SRCS-$(CONFIG_RVCT) += build/make/armlink_adapter.sh