all repos — openbox @ 8887584efac3d5f20402da77fa9e871bd7e3ff5d

openbox fork - make it a bit more like ryudo

deps the lex h on the c
Dana Jansens danakj@orodu.net
commit

8887584efac3d5f20402da77fa9e871bd7e3ff5d

parent

51ef6e3b558898ebb30f34ae94def50dac86fe58

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

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

@@ -34,6 +34,8 @@ 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) $^