From 2efdfd8aa9281f7179801e79b504b6df9ee379d6 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Fri, 17 Aug 2007 16:16:23 +0000 Subject: Fix building extra modules in subdirectories. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2878 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index c9c04d3..3bb6fca 100644 --- a/README +++ b/README @@ -175,14 +175,14 @@ To build extra modules / modules directory not included in the Zaptel distribution, use the optional variables MODULES_EXTRA and SUBDIRS_EXTRA: - make MODULES_EXTRA="mod1 mod2 subdir1/ subdir2/" + make MODULES_EXTRA="mod1 mod2" + make MODULES_EXTRA="mod1 mod2" SUBDIRS_EXTRA="subdir1/ subdir1/" Note that those names are not guaranteed to continue to work on newer -versions (in fact, it is slightly different on 1.4). Hopefully there will -be no need for such extra configuration. +versions. Hopefully there will be no need for such extra configuration. Partial Build/Install -^^^^^^^^^^^^^^^~~~~~~ +^^^^^^^^^^^^^^^^^^^^^ There are some make targets that are provided to build or install just parts of Zaptel: -- cgit v1.2.3