libnl/lib
Jan Engelhardt ab7f42e0bc build: resolve lex failure
This is an addendum to 0a9d5fcfa4,
which forgot to change ${LEX} to ${FLEX} in lib/Makefile.am.

On openSUSE, /usr/bin/lex is a wrapper that calls `flex -l ...`.
libnl however requires flex, not lex or a compat mode thereof,
so using ${FLEX} is the proper thing to do.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
2012-11-27 09:57:42 +01:00
..
cli Support plug qdisc - queue traffic until explicit release 2012-02-14 12:02:04 +01:00
fib_lookup doc: documentation restructuring 2012-05-10 12:03:59 +02:00
genl genl/family flags can be damaged during the auto-indentation. 2012-10-19 22:16:44 +06:00
netfilter cache: provide safe variant of nl_cache_mngt_require() and use it 2012-11-16 01:11:55 +01:00
route cache: provide safe variant of nl_cache_mngt_require() and use it 2012-11-16 01:11:55 +01:00
.gitignore Added lex.yy.c to .gitignore 2012-08-30 03:19:04 +06:00
addr.c Address comparison bug fixed 2012-08-30 21:00:39 +06:00
attr.c Use NL_DBG() instead of printing warnings and errors to stderr 2012-11-16 00:42:34 +01:00
cache.c cache: only continue iterating over co_groups if it is available 2012-11-26 11:50:56 +01:00
cache_mngr.c Bug Fix: Add new fill socket to cache manager 2012-11-19 10:15:04 +01:00
cache_mngt.c cache: provide safe variant of nl_cache_mngt_require() and use it 2012-11-16 01:11:55 +01:00
data.c Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00
error.c Support for NLM_F_INTR 2011-07-14 10:51:49 +02:00
handlers.c doc: documentation restructuring 2012-05-10 12:03:59 +02:00
hash.c Hash: Properly prefix hash functions 2012-11-10 10:22:26 +01:00
hashtable.c hashtable: remove doc section crashing doxygen 2012-11-11 11:21:10 +01:00
Makefile.am build: resolve lex failure 2012-11-27 09:57:42 +01:00
msg.c use safe cache lookup variants internally 2012-11-16 00:29:58 +01:00
nl.c nl: Improve API doc of nl_send_simple() 2012-11-08 21:17:32 +01:00
object.c use safe cache lookup variants internally 2012-11-16 00:29:58 +01:00
socket.c lock abstraction layer 2012-11-15 21:30:57 +01:00
utils.c Use NL_DBG() instead of printing warnings and errors to stderr 2012-11-16 00:42:34 +01:00
version.c Run-time version information is now available 2012-08-30 03:19:04 +06:00