summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2023-10-06 11:19:35 (EDT)
committer P. J. McDermott <pj@pehjota.net>2023-10-06 11:33:49 (EDT)
commit95d2f7d7562cd681b6a1c684002d4e5f99030da1 (patch)
treef73aa320ca5be4011c01449caeb5fcbd86ddd51a /Makefile.am
parent20377a29d1f274802fce5c728d1a5d7f5a7e8c2a (diff)
downloadatsign-95d2f7d7562cd681b6a1c684002d4e5f99030da1.zip
atsign-95d2f7d7562cd681b6a1c684002d4e5f99030da1.tar.gz
atsign-95d2f7d7562cd681b6a1c684002d4e5f99030da1.tar.bz2
main: Set text domain and locale
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9ea4f18..fa56ecf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,7 @@ atsign_CPPFLAGS = \
$(SDL_CFLAGS) \
$(SDL_TTF_CFLAGS) \
-DABS_BUILDDIR=\"$(abs_builddir)\" \
- -DFONTSDIR=\"$(fontsdir)\"
+ -DLOCALEDIR=\"$(localedir)\"
atsign_LDADD = \
$(ASAN_CFLAGS) \
$(SDL_LIBS) \