examples: Don't look for headers in $(top_srcdir)

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>
This commit is contained in:
Andrea Bolognani 2019-05-22 19:12:15 +02:00
parent 40d4aaf928
commit 9469bb3710

View File

@ -29,7 +29,6 @@ EXTRA_DIST = \
AM_CPPFLAGS = \
-I$(top_builddir)/include \
-I$(top_srcdir)/include \
-I$(top_srcdir) \
$(WARN_CFLAGS) \
$(NULL)