summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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