diff options
author | Kristian Høgsberg <krh@redhat.com> | 2005-09-01 19:24:13 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2005-09-01 19:24:13 +0000 |
commit | 3eb9f2d693af89d04e2fd92492c8205dce332c9c (patch) | |
tree | 1a8ae8fb5abfd53c7c7756c25f0ce23a27ba8ead /nls/microsoft-cp1255 | |
parent | 7afa64325183b78d2d6a4862821f8b3e9866105c (diff) |
Use $(X11_LOCALEDATADIR) instead of @X11_LOCALEDATADIR@ so this install destination can be overridden at make install time.
Diffstat (limited to 'nls/microsoft-cp1255')
-rw-r--r-- | nls/microsoft-cp1255/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/microsoft-cp1255/Makefile.am b/nls/microsoft-cp1255/Makefile.am index 70f3bb39..d8b71228 100644 --- a/nls/microsoft-cp1255/Makefile.am +++ b/nls/microsoft-cp1255/Makefile.am @@ -1,3 +1,3 @@ -x11thislocaledir = @X11_LOCALEDATADIR@/microsoft-cp1255 +x11thislocaledir = $(X11_LOCALEDATADIR)/microsoft-cp1255 include $(top_srcdir)/nls/localerules.in |