diff options
Diffstat (limited to 'mate-screenshot')
-rw-r--r-- | mate-screenshot/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-screenshot/src/Makefile.am b/mate-screenshot/src/Makefile.am index fecac8cd..e27c0903 100644 --- a/mate-screenshot/src/Makefile.am +++ b/mate-screenshot/src/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS = \ -I. \ -I$(srcdir) \ -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ - -DUIDIR=\""$(uidir)"\" \ + -DUIDIR=\""$(datadir)/mate-screenshot"\" \ $(DISABLE_DEPRECATED) bin_PROGRAMS = mate-screenshot |