projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7820ca5
)
add y.tab.h to the headers so the yacc shit runs
author
Dana Jansens
<danakj@orodu.net>
Wed, 2 Apr 2003 17:21:21 +0000
(17:21 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 2 Apr 2003 17:21:21 +0000
(17:21 +0000)
openbox/Makefile.am
patch
|
blob
|
history
diff --git
a/openbox/Makefile.am
b/openbox/Makefile.am
index 6aa2d1111f3e259e6767f6fdf9d04c8a23f83f45..8e294a7f65a0b2777c4d389c809e7b486535bc54 100644
(file)
--- 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) $^