all repos — openbox @ fa741bc010435e1be6c2739257e01243191e1deb

openbox fork - make it a bit more like ryudo

add y.tab.h to the headers so the yacc shit runs
Dana Jansens danakj@orodu.net
commit

fa741bc010435e1be6c2739257e01243191e1deb

parent

7820ca56abb6016d0a849108e3954ad52e4411d8

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M openbox/Makefile.amopenbox/Makefile.am

@@ -32,7 +32,8 @@ y.tab.c lex.yy.c parse.c

noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \ openbox.h prop.h screen.h stacking.h xerror.h dispatch.h \ - timer.h engine.h plugin.h action.h grab.h config.h menu.h parse.h + timer.h engine.h plugin.h action.h grab.h config.h menu.h parse.h \ + y.tab.h lex.yy.c: parse.l $(FLEX) $^