diff options
Diffstat (limited to 'test/Makefile.am')
| -rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index b6285367..34b69aad 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -10,7 +10,8 @@ AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ -DBINDIR=\"$(bindir)\" \ -DNM_RUN_DIR=\"$(rundir)\" \ - -DDATADIR=\"$(datadir)\" + -DDATADIR=\"$(datadir)\" \ + -DNMLOCALEDIR=\"$(datadir)/locale\" bin_PROGRAMS = nm-tool nm-online |