all repos — openbox @ 8fe4e3e8d758fb11099e557fef0e260327eef6ef

openbox fork - make it a bit more like ryudo

wrong .h for the make rule
Dana Jansens danakj@orodu.net
commit

8fe4e3e8d758fb11099e557fef0e260327eef6ef

parent

8887584efac3d5f20402da77fa9e871bd7e3ff5d

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

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

@@ -34,10 +34,10 @@ 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 -lex.yy.h: lex.yy.c - lex.yy.c: parse.l $(FLEX) $^ + +y.tab.h: y.tab.c y.tab.c: parse.yacc $(YACC) -d $<