Re: [sheepdog] [PATCH] lib: clean up lib/*.o files for 'make clean'

2015-04-02 Thread Hitoshi Mitake
At Fri, 3 Apr 2015 10:58:14 +0800, Liu Yuan wrote: > > From: Liu Yuan > > This will kill a hidden build problem because of stale .o in libsheepdog.a > > Signed-off-by: Liu Yuan > --- > lib/Makefile.am | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied, thanks. Hitoshi > > d

[sheepdog] [PATCH] lib: clean up lib/*.o files for 'make clean'

2015-04-02 Thread Liu Yuan
From: Liu Yuan This will kill a hidden build problem because of stale .o in libsheepdog.a Signed-off-by: Liu Yuan --- lib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index e1dfb1b..a630977 100644 --- a/lib/Makefile.am +++