diff options
Diffstat (limited to 'mate-screenshot')
-rw-r--r-- | mate-screenshot/src/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mate-screenshot/src/Makefile.am b/mate-screenshot/src/Makefile.am index e5104cbd..cabc4b0a 100644 --- a/mate-screenshot/src/Makefile.am +++ b/mate-screenshot/src/Makefile.am @@ -1,9 +1,9 @@ NULL = -AM_CPPFLAGS = \ - -I. \ - -I$(srcdir) \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ +AM_CPPFLAGS = \ + -I. \ + -I$(srcdir) \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ $(NULL) bin_PROGRAMS = mate-screenshot |