aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index abdd3f7..5104df1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-VERSION = 1.13.1
+VERSION = 1.13.2
NAME = userdrake
BINNAME = userdrake
@@ -14,7 +14,7 @@ SBINREL = ../sbin
SUBDIRS = po
localedir = $(prefix)/usr/share/locale
-override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
+override CFLAGS += -DPACKAGE=\"$(NAME)\" -DPACKAGE_NAME=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
all: userdrake
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done