diff options
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cffd011..59bc4f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ marquee_CPPFLAGS = \ -DABS_TOP_BUILDDIR=\"$(abs_top_builddir)\" \ -DBINDIR=\"$(bindir)\" \ -DPKGDATADIR=\"$(pkgdatadir)\" \ + -DLOCALEDIR=\"$(localedir)\" \ -DPROGRAM_NAME=\"marquee\" \ $(GTK_CFLAGS) \ $(WEBKIT2GTK_CFLAGS) \ |