From 81649d9979d5069299500bc6d74fc9587cccee16 Mon Sep 17 00:00:00 2001 From: Pramode Date: Sun, 20 Jan 2019 19:09:07 +0530 Subject: Propagate prefix settings to Makefiles A "make install" was failing because the --prefix flag setting was not being propagated to the Makefiles. --- src/lib/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in index 0ffeb9db5..8b0853dd4 100644 --- a/src/lib/Makefile.in +++ b/src/lib/Makefile.in @@ -10,7 +10,7 @@ # # Installation directories # -prefix = /usr/local +prefix = @prefix@ libdir = ${prefix}/lib includedir = ${prefix}/include/ndpi CC = @CC@ -- cgit v1.2.3