]> granicus.if.org Git - procps-ng/commit
build-sys: add $(top_srcdir) to include search dir
authorFilipe Brandenburger <filbranden@google.com>
Sat, 2 May 2015 00:09:39 +0000 (17:09 -0700)
committerFilipe Brandenburger <filbranden@google.com>
Sat, 2 May 2015 00:09:55 +0000 (17:09 -0700)
commit90cc5460aa0e9ca10a0d7c8c44064fd14789f750
treec01222a0bff7104a9d570af80f92436532357f6c
parentc7abb6a6ed67fa970051bca2d2f2596b7118b888
build-sys: add $(top_srcdir) to include search dir

This is required for out-of-tree build to work, since many source files
include e.g. proc/*.h which is not under the include/ directory.

Tested that `make distcheck` starts working after this patch.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
Makefile.am
lib/Makefile.am
proc/Makefile.am
ps/Makefile.am
top/Makefile.am