diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-06 12:07:10 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-06 12:13:17 +0900 |
| commit | 7271fa27ac1881beb5326ca8c9c83471695d8487 (patch) | |
| tree | 26e03d9ae5cf7278374041fd15d26970a32c1a2e /plugins | |
| parent | f4e18c1eacbc71a8f7dc0374317d99f86f9a8ca1 (diff) | |
| download | ktorrent-7271fa27.tar.gz ktorrent-7271fa27.zip | |
Fix wrong include paths in makefiles
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d1f24dae035c506d945ca13f2be398aa0a4de8cc)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/stats/Makefile.am | 3 | ||||
| -rw-r--r-- | plugins/webinterface/Makefile.am | 4 | ||||
| -rw-r--r-- | plugins/zeroconf/Makefile.am | 3 |
3 files changed, 4 insertions, 6 deletions
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 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 \ diff --git a/plugins/zeroconf/Makefile.am b/plugins/zeroconf/Makefile.am index ba959bc..0fb602a 100644 --- a/plugins/zeroconf/Makefile.am +++ b/plugins/zeroconf/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 |
