From: David Gibson Date: Sun, 25 Oct 2015 12:30:55 +0000 (+1100) Subject: lstack, lqueue: Move from MODS_WITH_SRC to MODS_NO_SRC X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=fced03d35c9fdf132f4405114f8d507716da1842 lstack, lqueue: Move from MODS_WITH_SRC to MODS_NO_SRC The lstack and lqueue modules are entirely implemented in a single header. However, in Makefile-ccan they're listed in MODS_WITH_SRC, instead of MODS_NO_SRC. This appears to be harmless, but this patch moves them to the correct category anyway. Signed-off-by: David Gibson --- diff --git a/Makefile-ccan b/Makefile-ccan index b8390fb7..82fc346b 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -19,6 +19,8 @@ MODS_NO_SRC := alignof \ container_of \ darray \ endian \ + lqueue \ + lstack \ minmax \ objset \ short_types \ @@ -77,8 +79,6 @@ MODS_WITH_SRC := aga \ lbalance \ likely \ list \ - lqueue \ - lstack \ md4 \ mem \ net \