summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 9b3077837..1dfff803a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -23,6 +23,10 @@ if WITH_CPP
SUBDIRS += cpp
endif
+if WITH_PERL
+SUBDIRS += perl
+endif
+
if WITH_PYTHON
SUBDIRS += py
SUBDIRS += py.twisted