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. --- example/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/Makefile.in b/example/Makefile.in index 074718028..8960ed0a2 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -3,7 +3,7 @@ CFLAGS=-g -I../src/include @CFLAGS@ LIBNDPI=../src/lib/libndpi.a LDFLAGS=$(LIBNDPI) @PCAP_LIB@ -lpthread @LDFLAGS@ OBJS=ndpiReader.o ndpi_util.o -PREFIX?=/usr/local +PREFIX?=@prefix@ all: ndpiReader @DPDK_TARGET@ -- cgit v1.2.3