diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-02 17:21:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-02 17:21:21 +0000 |
| commit | fa741bc010435e1be6c2739257e01243191e1deb (patch) | |
| tree | 8c0c4582ec2b2e46e8d6ddbd2012081dacf8c7b2 | |
| parent | 7820ca56abb6016d0a849108e3954ad52e4411d8 (diff) | |
add y.tab.h to the headers so the yacc shit runs
| -rw-r--r-- | openbox/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 6aa2d111..8e294a7f 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -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) $^ |
