diff options
author | Martin Mares <mj@ucw.cz> | 1999-01-10 01:18:32 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-01-10 01:18:32 +0100 |
commit | 49e7e5ee0b2848f5bf120a962e2e7eb11b86566a (patch) | |
tree | 56e7c215f49ab59792b5cf0194fa5045a66943c7 /conf/cf-lex.l | |
parent | 2f9bcf9713523f6fefecd143cc2aa2a8dda7f27f (diff) | |
download | bird-49e7e5ee0b2848f5bf120a962e2e7eb11b86566a.tar bird-49e7e5ee0b2848f5bf120a962e2e7eb11b86566a.zip |
New makefiles. Includes support for out-of-source-tree builds.
Diffstat (limited to 'conf/cf-lex.l')
-rw-r--r-- | conf/cf-lex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l index 9e6b120..7c37a00 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -24,7 +24,7 @@ static struct keyword { int value; struct keyword *next; } keyword_list[] = { -#include "keywords.h" +#include "conf/keywords.h" { NULL, -1 } }; #define KW_HASH_SIZE 64 |