summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-03-16 18:09:04 +0100
committerDaniel Borkmann <dborkman@redhat.com>2013-03-16 18:09:04 +0100
commitf66b9f147ecf5db067e36719784a552a5909b3fc (patch)
treec68a61cb9bb84649b40977ab0e45455211905bad /Makefile
parent4262e95c1c0a09c7f98ea6623d364bfda41e8bec (diff)
build: respect PREFIX_STRING on config file locations
When setting a prefix from the build system, also pass this through the hard coded strings for config file locations in the toolkit, so that the installed files (which use PREFIX) can be properly found. Suggested-by: Peter Stuge <peter@stuge.se> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 87adcbb..4591806 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ ifneq ($(wildcard /usr/include/linux/net_tstamp.h),)
CFLAGS += -D__WITH_HARDWARE_TIMESTAMPING
endif
CFLAGS += -DVERSION_STRING=\"$(VERSION_STRING)\"
+CFLAGS += -DPREFIX_STRING=\"$(PREFIX)\"
CFLAGS += -std=gnu99
WFLAGS = -Wall