aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 36bf18b..693638c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,7 +4,7 @@ CONFIGFILE = config.mk
include $(CONFIGFILE)
-PACKAGE_STRING = $(PACKAGE) 1.13
+VERSION_STRING = redshift-ng 1.13
OBJ =\
@@ -28,7 +28,7 @@ OBJ =\
CPPFLAGS_STRINGS =\
-D'PACKAGE="$(PACKAGE)"'\
- -D'PACKAGE_STRING="$(PACKAGE_STRING)"'\
+ -D'VERSION_STRING="$(VERSION_STRING)"'\
-D'LOCALEDIR="$(LOCALEDIR)"'