Makefile-newvs: some .vcxproj.filters files are in builddir, some in srcdir
commitfc914db11f05e5e5d88e1f341d8e75b561902bcc
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 20 Apr 2015 13:54:28 +0000 (20 14:54 +0100)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 29 Apr 2015 07:25:51 +0000 (29 15:25 +0800)
treef5527f689585d90960ce96694621df89a33581a1
parent44c48476393d031d16247c774f0d19cb9a359843
Makefile-newvs: some .vcxproj.filters files are in builddir, some in srcdir

Without this change, out-of-tree distcheck doesn't get very far.

Similarly, allow *.vcxproj, *.props to be in either the builddir or
the srcdir.

Finally, since I'm touching these lines anyway, eliminate some
useless uses of cat: "cat x | sed 's/foo/bar/' > y" is
equivalent to "sed 's/foo/bar/' < x > y".

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=748176
Reviewed-by: Chun-wei Fan <fanchunwei@src.gnome.org>
build/Makefile-newvs.am