]> xenbits.xensource.com Git - libvirt.git/commitdiff
examples: Don't look for headers in $(top_srcdir)
authorAndrea Bolognani <abologna@redhat.com>
Wed, 22 May 2019 17:12:15 +0000 (19:12 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 3 Jun 2019 15:27:17 +0000 (17:27 +0200)
The C programs in this directory are supposed to be only
using public functions, so having $(top_srcdir) in the
header search path is unnecessary at best and actively
harmful at worst.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Acked-by: Michal Privoznik <mprivozn@redhat.com>
examples/Makefile.am

index 4c04bd35be33707657e17c0e5c53e492c1960f12..d83104a1303c845b6bbd5b8b8d8f5c24a6cadacb 100644 (file)
@@ -29,7 +29,6 @@ EXTRA_DIST = \
 AM_CPPFLAGS = \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include \
-       -I$(top_srcdir) \
        $(WARN_CFLAGS) \
        $(NULL)