From d1f24dae035c506d945ca13f2be398aa0a4de8cc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Mar 2025 12:07:10 +0900 Subject: Fix wrong include paths in makefiles Signed-off-by: Michele Calgaro --- plugins/stats/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/stats') diff --git a/plugins/stats/Makefile.am b/plugins/stats/Makefile.am index 5e73e62..5e0f760 100644 --- a/plugins/stats/Makefile.am +++ b/plugins/stats/Makefile.am @@ -1,5 +1,4 @@ -INCLUDES = -I$(top_builddir)/libktorrent -I$(top_builddir)/ktorrent/libktorrent \ - -I$(srcdir)/../../libktorrent $(all_includes) +INCLUDES = -I$(top_srcdir)/libktorrent -I$(top_builddir)/libktorrent $(all_includes) METASOURCES = AUTO -- cgit v1.2.1