diff options
Diffstat (limited to 'am')
-rw-r--r-- | am/cmacros.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/am/cmacros.am b/am/cmacros.am index 4b4856051..8bd839c46 100644 --- a/am/cmacros.am +++ b/am/cmacros.am @@ -18,6 +18,8 @@ localedir = $(datadir)/locale +# NB: AM_CFLAGS may also be used by tools running on the build +# platform to create source files. AM_CPPFLAGS += -DLOCALEDIR=\"$(localedir)\" if ! HAVE_DOSISH_SYSTEM |