From 9baf1f3b58c9c830789f9efc37615306a2b40fc7 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Wed, 11 Jul 2007 10:14:31 +0000 Subject: * Enable zaptel-perl by default. * Clunky shell xpp init functions replaced with better perl utilities. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2710 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/utils/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xpp/utils') 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)) -- cgit v1.2.3