summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-17 16:16:23 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-17 16:16:23 +0000
commit2efdfd8aa9281f7179801e79b504b6df9ee379d6 (patch)
tree92eae7081432cd33ff53fcf200b046a936227881 /README
parent13685d47b5dee607c722308c8e630535dc90f99f (diff)
Fix building extra modules in subdirectories.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2878 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
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: