diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index 0ef6aa34e..68504bae6 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -51,7 +51,7 @@ DISTCLEANFILES = \ $(appdata_files) AM_CPPFLAGS = \ - -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\" \ -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ $(HB_CPPFLAGS) |