diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2015-07-08 16:07:11 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-07-08 16:07:11 +0930 |
commit | b99be8d399c62e70704a17a2112c5302d823b62c (patch) | |
tree | 273e80cbe69a2265ea1657a83daed4b2ea91b629 | |
parent | 0a76c98f726514245389587c1d361d9281198280 (diff) |
Makefile-ccan: add order to MOD list.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
-rw-r--r-- | Makefile-ccan | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-ccan b/Makefile-ccan index 48b56919..c52b2e5d 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -85,6 +85,7 @@ MODS_WITH_SRC := antithread \ ntdb \ ogg_to_pcm \ opt \ + order \ ptrint \ ptr_valid \ pushpull \ |