add y.tab.h to the headers so the yacc shit runs

This commit is contained in:
Dana Jansens 2003-04-02 17:21:21 +00:00
parent 7820ca56ab
commit fa741bc010

View file

@ -32,7 +32,8 @@ openbox3_SOURCES=client.c event.c extensions.c focus.c frame.c openbox.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) $^