summaryrefslogtreecommitdiff
path: root/makefiles/gmake/install.mk
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-18 11:11:31 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-18 11:11:31 +0100
commit6ce34263d161c066e3f3347cb83626b13753818b (patch)
tree36332ab49fcedc870efba1d7002832a1fbafccde /makefiles/gmake/install.mk
parent3404f2ca1994cf219992cc0e1c2a6e77068c1f5f (diff)
downloadwolfbones-6ce34263d161c066e3f3347cb83626b13753818b.tar.gz
wolfbones-6ce34263d161c066e3f3347cb83626b13753818b.tar.bz2
started to add PostgreSQL-like gettext support
Diffstat (limited to 'makefiles/gmake/install.mk')
-rw-r--r--makefiles/gmake/install.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefiles/gmake/install.mk b/makefiles/gmake/install.mk
index 8a5c3be..4f1e1e5 100644
--- a/makefiles/gmake/install.mk
+++ b/makefiles/gmake/install.mk
@@ -18,6 +18,8 @@ sbindir=$(execdir)/sbin
libdir=$(execdir)/lib
sysconfdir=$(execdir)/etc
includedir=$(execdir)/include
+datadir=$(execdir)/share
+localedir=$(datadir)/locale
.PHONY: install_recursive install local_install