diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 8e294a7f..0b2bcbe8 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -38,6 +38,8 @@ noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \ lex.yy.c: parse.l $(FLEX) $^ +parse.h: y.tab.h + y.tab.h: y.tab.c y.tab.c: parse.yacc