diff options
author | Timo Sirainen <cras@irssi.org> | 2000-08-13 23:15:05 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-08-13 23:15:05 +0000 |
commit | ab316612d5df292683b4e5e44e2da5a26e5d907d (patch) | |
tree | 6bfe209725bcc75268b553aeb71ac6513a714060 /src/fe-text/Makefile.am | |
parent | 1e88ec7dcd2b89656bcb37013f3aead484192643 (diff) | |
download | irssi-ab316612d5df292683b4e5e44e2da5a26e5d907d.zip |
Added i18n initialization.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@605 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/Makefile.am')
-rw-r--r-- | src/fe-text/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index de779725..a3ffadda 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -7,7 +7,8 @@ INCLUDES = \ -I$(top_srcdir)/src/irc/core/ \ -I$(top_srcdir)/src/fe-common/core/ \ -I$(top_srcdir)/src/fe-common/irc/ \ - $(CURSES_INCLUDEDIR) + $(CURSES_INCLUDEDIR) \ + -DLOCALEDIR=\""$(datadir)/locale"\" irssi_DEPENDENCIES = @COMMON_LIBS@ |