]> git.ipfire.org Git - pakfire.git/commitdiff
Makefile: Do not try to include from non-existant directory
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Oct 2023 16:55:11 +0000 (16:55 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Oct 2023 16:55:11 +0000 (16:55 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index 8fecee0319a10623274f9d93704409a1687d0a83..3205afa93f967ce9374e05d2454db1db7fac5fcb 100644 (file)
@@ -51,7 +51,6 @@ EXTRA_DIST =
 
 AM_CPPFLAGS = \
        -include $(top_builddir)/config.h \
-       -I $(top_srcdir)/include \
        $(OUR_CPPFLAGS)
 
 AM_CFLAGS = $(OUR_CFLAGS) \