Reorganize source tree to use single autotools instance
[vpp.git] / src / tools / vppapigen / lex.h
similarity index 97%
rename from vppapigen/lex.h
rename to src/tools/vppapigen/lex.h
index e9b0954..a0fdc73 100644 (file)
@@ -29,7 +29,7 @@ extern int yyparse (void);
 #define YYSTYPE void *
 #endif
 
-#include "gram.h"
+#include "tools/vppapigen/gram.h"
 
 enum lex_state {
     START_STATE = 1,