diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-01-15 21:00:27 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-01-15 21:00:27 +0000 |
commit | 938cc50f5eecb2ddbe2be60bd31f821fba27d4bd (patch) | |
tree | d274e43fa8341fcacdebd7cfdec630ab148d488c /src/irc | |
parent | aac1a0a08c880faf1442fe7496fbc25f975b7d13 (diff) | |
download | weechat-938cc50f5eecb2ddbe2be60bd31f821fba27d4bd.zip |
Added LOCALEDIR define
Diffstat (limited to 'src/irc')
-rw-r--r-- | src/irc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/Makefile.am b/src/irc/Makefile.am index ca78a810a..8bdc84cd8 100644 --- a/src/irc/Makefile.am +++ b/src/irc/Makefile.am @@ -15,6 +15,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" + noinst_LIBRARIES = lib_weechat_irc.a lib_weechat_irc_a_SOURCES = irc.h \ |