Makefile.am: drop AM_LFLAGS

We don't use a lex/flex anymore so this is not used.

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2013-09-29 00:16:39 +03:00
parent ac59e735eb
commit 0dbe20ae96
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ AM_CFLAGS = $(BASE_CFLAGS)
AM_LDFLAGS = -no-undefined
AM_LFLAGS = -o lex.yy.c
AM_YFLAGS = -d
xkbcommonincludedir = $(includedir)/xkbcommon