From: Michael Tremer Date: Wed, 4 Oct 2023 16:55:11 +0000 (+0000) Subject: Makefile: Do not try to include from non-existant directory X-Git-Tag: 0.9.30~1550 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec1a16f6123ea2344042a65c2e560762e0d1530c;p=pakfire.git Makefile: Do not try to include from non-existant directory Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 8fecee031..3205afa93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,6 @@ EXTRA_DIST = AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ - -I $(top_srcdir)/include \ $(OUR_CPPFLAGS) AM_CFLAGS = $(OUR_CFLAGS) \