]> Dogcows Code - chaz/openbox/blobdiff - openbox/Makefile.am
use bison not yacc
[chaz/openbox] / openbox / Makefile.am
index 6aa2d1111f3e259e6767f6fdf9d04c8a23f83f45..2503354ff719dae836cc98e8ac9fb02d18524b77 100644 (file)
@@ -32,14 +32,17 @@ 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) $^
 
+parse.h: y.tab.h
+
 y.tab.h: y.tab.c
 
-y.tab.c: parse.yacc
+y.tab.c: parse.y
        $(YACC) -d $<
 
 MAINTAINERCLEANFILES= Makefile.in
This page took 0.025213 seconds and 4 git commands to generate.