diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-26 04:23:17 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-26 04:23:17 +0000 |
| commit | 37a9456f87b6c4efd00b273f0ca2cbd8416fc5d0 (patch) | |
| tree | 820e694cafbdebfee1b8edf251e3fd7a122799bf /openbox/Makefile.am | |
| parent | a7ec81b7980d31918580dafbc02fe27550a096d0 (diff) | |
usnig flex directly, renaming symbols so that theres no clash with other lexers
Diffstat (limited to 'openbox/Makefile.am')
| -rw-r--r-- | openbox/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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: |
