summaryrefslogtreecommitdiff
path: root/xpp/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/utils/Makefile')
-rw-r--r--xpp/utils/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/xpp/utils/Makefile b/xpp/utils/Makefile
index 6bf190a..f9d034a 100644
--- a/xpp/utils/Makefile
+++ b/xpp/utils/Makefile
@@ -23,8 +23,7 @@ DATADIR = $(datadir)/zaptel
MANDIR = $(mandir)/man8
HOTPLUG_USB_DIR = /etc/hotplug/usb
UDEV_RULES_DIR = /etc/udev/rules.d
-# Perl disabled by default, until we see it is safe:
-#PERLLIBDIR = $(shell eval `perl -V:sitelib`; echo "$$sitelib")
+PERLLIBDIR = $(shell eval `perl -V:sitelib`; echo "$$sitelib")
PERL_DIRS := Zaptel Zaptel/Hardware Zaptel/Xpp
PERL_MODS_PAT := *.pm $(PERL_DIRS:%=%/*.pm)
PERL_MODS := $(shell cd zconf; echo $(PERL_MODS_PAT))