diff options
Diffstat (limited to 'baobab')
-rw-r--r-- | baobab/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baobab/src/Makefile.am b/baobab/src/Makefile.am index 5b6f1987..8af4b1d3 100644 --- a/baobab/src/Makefile.am +++ b/baobab/src/Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS = \ -DLIBDIR=\""$(libdir)"\" \ -DDATADIR=\""$(datadir)"\" \ -DBAOBAB_PIX_DIR=\""$(datadir)/mate-disk-usage-analyzer/pixmaps/"\" \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ $(NULL) bin_PROGRAMS = mate-disk-usage-analyzer |