]> git.ozlabs.org Git - ccan/commit
lstack, lqueue: Move from MODS_WITH_SRC to MODS_NO_SRC
authorDavid Gibson <david@gibson.dropbear.id.au>
Sun, 25 Oct 2015 12:30:55 +0000 (23:30 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sun, 25 Oct 2015 12:30:55 +0000 (23:30 +1100)
commitfced03d35c9fdf132f4405114f8d507716da1842
treef51df3d5d01a532ee4c06f7767df6d2b8df0c3ce
parent14addbab474db9d2394b17cfe34f9e0aa24f234a
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>
Makefile-ccan