From 37a9456f87b6c4efd00b273f0ca2cbd8416fc5d0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 26 Mar 2003 04:23:17 +0000 Subject: usnig flex directly, renaming symbols so that theres no clash with other lexers --- openbox/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openbox/Makefile.am') diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 14383a83..f5b67f50 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -27,12 +27,15 @@ openbox3_LDADD=@LIBINTL@ ../render/librender.a openbox3_LDFLAGS=-export-dynamic openbox3_SOURCES=client.c event.c extensions.c focus.c frame.c openbox.c \ prop.c screen.c stacking.c xerror.c timer.c dispatch.c \ - engine.c plugin.c action.c grab.c cparse.l config.c + engine.c plugin.c action.c grab.c lex.cparse.c config.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 +lex.cparse.c: cparse.l + $(FLEX) -Pcparse $^ + MAINTAINERCLEANFILES= Makefile.in distclean-local: -- cgit v1.2.3