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/webinterface/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/webinterface') diff --git a/plugins/webinterface/Makefile.am b/plugins/webinterface/Makefile.am index 1c2bf39..6626957 100644 --- a/plugins/webinterface/Makefile.am +++ b/plugins/webinterface/Makefile.am @@ -1,5 +1,5 @@ -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 kde_module_LTLIBRARIES = ktwebinterfaceplugin.la noinst_HEADERS = webinterfaceplugin.h httpserver.h php_handler.h \ -- cgit v1.2.3