From 38862a3685b1863a968822d65d234157cbb845ce Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Sun, 17 Feb 2019 00:47:57 +0200 Subject: [PATCH] Fixes -I in Makefile.am; --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 1c19d15..d15eb8b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,7 +4,7 @@ AM_CPPFLAGS = \ -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \ -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \ -DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\" \ - -I$(srcdir)/include + -I$(top_srcdir)/include AM_CFLAGS =\ -Wall\