Browse Source

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 <david@gibson.dropbear.id.au>
David Gibson 10 years ago
parent
commit
fced03d35c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile-ccan

+ 2 - 2
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 \