Mercurial > pidgin.yaz
changeset 13898:a1b99fa5faa1
[gaim-migrate @ 16383]
Added a missing definition for LOCALEDIR
committer: Tailor Script <tailor@pidgin.im>
author | Mark Huetsch <markhuetsch> |
---|---|
date | Sat, 01 Jul 2006 06:18:11 +0000 |
parents | eaaf73de9188 |
children | 79f29d8dcd7a |
files | src/protocols/qq/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/qq/Makefile.am Sat Jul 01 04:24:31 2006 +0000 +++ b/src/protocols/qq/Makefile.am Sat Jul 01 06:18:11 2006 +0000 @@ -101,6 +101,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -DDATADIR=\"${datadir}\" \ + -DLOCALEDIR=\"${datadir}/locale\" \ -DVERSION=\"$(VERSION)\" \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS) \