summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>1999-10-30 13:21:14 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>1999-10-30 13:21:14 +0000
commit4d584944436bc68beff2b0f4f8f0542769a91ba5 (patch)
treef3722daab04982be722027d9a0199af2045f2180 /Makefile.am
parent4d32f9aea6a15e4924516e1bde1ccb64bb8fb4fd (diff)
downloadirssi-4d584944436bc68beff2b0f4f8f0542769a91ba5.zip
Internationalization works now.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@67 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index aa987945..6a3243f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,9 +4,6 @@ config.h: default-config.h
default-config.h: $(srcdir)/config
$(srcdir)/file2header.sh $(srcdir)/config > default-config.h
-## if <internationalization support>
-#SUBDIRS = po intl macros support # <your subdirs here>
-## else
if BUILD_PLUGINS
PLUGINS=plugins
endif
@@ -14,8 +11,7 @@ if BUILD_SERVERTEST
SERVERTEST=servertest
endif
-SUBDIRS = macros src $(PLUGINS) $(SERVERTEST)
-## endif
+SUBDIRS = po intl macros src $(PLUGINS) $(SERVERTEST)
## to automatically rebuild aclocal.m4 if any of the macros in
## `macros/' change