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
parent
ac59e735eb
commit
0dbe20ae96
|
@ -18,7 +18,6 @@ AM_CFLAGS = $(BASE_CFLAGS)
|
||||||
|
|
||||||
AM_LDFLAGS = -no-undefined
|
AM_LDFLAGS = -no-undefined
|
||||||
|
|
||||||
AM_LFLAGS = -o lex.yy.c
|
|
||||||
AM_YFLAGS = -d
|
AM_YFLAGS = -d
|
||||||
|
|
||||||
xkbcommonincludedir = $(includedir)/xkbcommon
|
xkbcommonincludedir = $(includedir)/xkbcommon
|
||||||
|
|
Loading…
Reference in New Issue