Commit b885246 creates a symlink to work around an automake weakness, but forgot to ignore the link when doing an in-tree build.
Signed-off-by: Eric Blake <[email protected]> --- Hmm. I guess I was so busy testing VPATH builds that I forgot to do one final test of an in-tree build :) .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b005b11..0f22910 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ ltmain.sh .libs/ *.la ar-lib +tests/run/cliserv.c -- 2.7.4 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Nbd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nbd-general
