diff options
author | Martin Mares <mj@ucw.cz> | 2000-02-14 18:32:50 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-02-14 18:32:50 +0100 |
commit | 973304bc2b274ffaa6e27612256f6cea4a3a40c1 (patch) | |
tree | a663c2b82bfa46e45b3f0780c5e80a5fe8d586a1 /tools/Rules.in | |
parent | 4bf6de87379a3458b59275373b9e88611baabb88 (diff) | |
download | bird-973304bc2b274ffaa6e27612256f6cea4a3a40c1.tar bird-973304bc2b274ffaa6e27612256f6cea4a3a40c1.zip |
Don't make dependencies in client directory if the client is not
configured in.
Diffstat (limited to 'tools/Rules.in')
-rw-r--r-- | tools/Rules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Rules.in b/tools/Rules.in index 4820182..a10f76f 100644 --- a/tools/Rules.in +++ b/tools/Rules.in @@ -10,7 +10,7 @@ static-dirs := nest filter $(addprefix proto/,$(protocols)) static-dir-paths := $(addprefix $(srcdir)/,$(static-dirs)) dynamic-dirs := lib conf dynamic-dir-paths := $(dynamic-dirs) -client-dirs := client +client-dirs := @CLIENT@ client-dir-paths := $(client-dirs) all-dirs:=$(static-dirs) $(dynamic-dirs) $(client-dirs) |