From e00e05d555e3fa031dead6751506aeeba86eb3ed Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 15 Sep 2014 20:47:40 +0100 Subject: Pass -DVERSION=\"${VERSION}\" and use that when printing the rat --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 334081f..a96848a 100644 --- a/config.mk +++ b/config.mk @@ -7,6 +7,6 @@ MANPREFIX = $(PREFIX)/share/man CC = cc LD = $(CC) -CPPFLAGS = +CPPFLAGS = -DVERSION=\"${VERSION}\" CFLAGS = -I/usr/local/include -Wall -Wunused $(CPPFLAGS) LDFLAGS = -L/usr/local/lib -ltoxcore -- cgit v1.2.3