summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-02 17:03:39 +0000
committerDana Jansens <danakj@orodu.net>2003-04-02 17:03:39 +0000
commit8887584efac3d5f20402da77fa9e871bd7e3ff5d (patch)
tree6ef58ebb5cf742b1495e5ea1b0a2c55038a7f1cb /openbox
parent51ef6e3b558898ebb30f34ae94def50dac86fe58 (diff)
deps the lex h on the c
Diffstat (limited to 'openbox')
-rw-r--r--openbox/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/Makefile.am b/openbox/Makefile.am
index 33355cb3..586b2e43 100644
--- a/openbox/Makefile.am
+++ b/openbox/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) $^