From 2526ce180e93450b42f6289fb1a88514fc77a6a9 Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Sun, 17 Feb 2019 00:12:25 +0200 Subject: [PATCH] Fixes for -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 8435b52..170f4bf 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)"\" \ - $(LIBTDATA_CFLAGS) -I$(srcdir)/include + $(LIBTDATA_CFLAGS) -I$(top_srcdir)/include AM_CFLAGS =\ -Wall\