]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: in src/Makefile.am, $(top_srcdir)/src is verbose
authorEric Blake <eblake@redhat.com>
Thu, 8 Jan 2015 00:05:36 +0000 (17:05 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 8 Jan 2015 21:46:37 +0000 (14:46 -0700)
commit76777f4863dbeaccaf837ed4cd5d0634e2ae76ea
treef7ec362c826de430550bbe21ba8d26e1d92fc442
parentcab767831f74ec72809dacd07cb782a88a097f21
maint: in src/Makefile.am, $(top_srcdir)/src is verbose

I noticed this while working on a previous commit.  Why should
we be calling out '../src/' when it is sufficient to refer to just
'./'?  Blind copy-and-paste runs rampant in this file :)

* src/Makefile.am (INCLUDES, *_CFLAGS): Shorten to $(srcdir).

Signed-off-by: Eric Blake <eblake@redhat.com>
src/Makefile.am