iproute2/genl
Stephen Hemminger 69fed534a5 change how Config is used in Makefile's
The recent LIBMNL changes was made more difficult to debug because
of how Config is handle in clean make. The Config file is generated
by top level make, but since it is not recursive, the values generated
would not be visible on a clean make.

The change is to not include Config in top level make, and move
all the conditionals down into sub makefiles. Not ideal, but beter
than going full autoconf route. Or forcing separate configure
step.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2017-08-09 09:10:52 -07:00
..
.gitignore Add ignore file for new genl 2006-08-08 12:14:09 -07:00
Makefile change how Config is used in Makefile's 2017-08-09 09:10:52 -07:00
ctrl.c Use C99 style initializers everywhere 2016-07-20 12:05:24 -07:00
genl.c Replace malloc && memset by calloc 2016-07-20 12:05:24 -07:00
genl_utils.h make muticast group to bitmask conversion generic 2006-12-13 17:04:26 -08:00
static-syms.c Fix build when shared libraries are disabled 2013-03-13 08:29:59 -07:00