diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-01-15 17:52:14 +0100 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-01-15 17:52:14 +0100 |
commit | ca6dfded2c22c74298ff595e59afe4672151889b (patch) | |
tree | 12b5735ef09a0fbec8797fbba6f8d446568a3169 | |
parent | b9d70dc84e488212328103438bdf4e369c7d27a1 (diff) | |
download | bird-ca6dfded2c22c74298ff595e59afe4672151889b.tar bird-ca6dfded2c22c74298ff595e59afe4672151889b.zip |
Make filters actually compiled.
-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 fed8ecb..db94ba0 100644 --- a/tools/Rules.in +++ b/tools/Rules.in @@ -6,7 +6,7 @@ objdir=@objdir@ exedir=@exedir@ protocols=@protocols@ -static-dirs := nest $(addprefix proto/,$(protocols)) +static-dirs := nest filter $(addprefix proto/,$(protocols)) static-dir-paths := $(addprefix $(srcdir)/,$(static-dirs)) dynamic-dirs := lib conf dynamic-dir-paths := $(dynamic-dirs) |