diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-11-20 13:53:49 (EST) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-11-20 13:53:49 (EST) |
commit | f3ddb2c141c268e2f5e2074863fcee2ac9676abf (patch) | |
tree | 371fb4ea760a7da7e9d5b9fe0dfd5c13c3b296f2 | |
parent | c10a5c6d2f114293e97cbb7536fbc99e2b7c4291 (diff) | |
download | marquee-f3ddb2c141c268e2f5e2074863fcee2ac9676abf.zip marquee-f3ddb2c141c268e2f5e2074863fcee2ac9676abf.tar.gz marquee-f3ddb2c141c268e2f5e2074863fcee2ac9676abf.tar.bz2 |
Makefile.am: Define LOCALEDIR macro
-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) \ |