]> granicus.if.org Git - libvpx/commit
examples.mk: build examples/*.c directly
authorJames Zern <jzern@google.com>
Thu, 6 Feb 2014 00:55:01 +0000 (16:55 -0800)
committerJames Zern <jzern@google.com>
Thu, 6 Feb 2014 00:55:01 +0000 (16:55 -0800)
commit77bbcab591aabff332c7ca67b6f215db6176496a
tree73edf9bc9f3276cbb9f4b897cb11185f6e0895a4
parent77f7f6a8e81a8c5d0d0700930d1f32ca487763ce
examples.mk: build examples/*.c directly

since
50fa585 Removing examples code generation and making them static.

the examples have been c files, not generated from text. this removes
GEN_EXAMPLES and replaces it with EXAMPLES, building the source directly
rather than copying it to the build folder

Change-Id: I5445bc49553419e3d2430963517d2c18cdba1f82
examples.mk