]> granicus.if.org Git - libvpx/commitdiff
Makefile: add msvs_common.sh to DIST-SRCS
authorJames Zern <jzern@google.com>
Sat, 26 Apr 2014 01:28:03 +0000 (18:28 -0700)
committerJames Zern <jzern@google.com>
Sat, 26 Apr 2014 01:28:03 +0000 (18:28 -0700)
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

build/make/Makefile

index 03dacce5e166a4ae1101f3b7f63d877357e7dd0b..c4d53f1605f62bcd78d8c8350d23252f737e81a9 100644 (file)
@@ -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