X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=9469334e37bd6e30a28522b2417dac6da493e0f5;hp=456e0a1dc4ceb9e84edaf82f137f8e6b3b91f675;hb=ac29ec5d15e8b108cb75cfb4fe13d79739e9c5cf;hpb=195e8492de575a352f8bb38bbfedaf6f27902e40 diff --git a/Makefile-ccan b/Makefile-ccan index 456e0a1d..9469334e 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -57,6 +57,7 @@ MODS_WITH_SRC := aga \ crypto/shachain \ daemonize \ daemon_with_notify \ + deque \ dgraph \ eratosthenes \ err \ @@ -90,6 +91,7 @@ MODS_WITH_SRC := aga \ opt \ order \ permutation \ + pipecmd \ pr_log \ ptrint \ ptr_valid \ @@ -98,6 +100,7 @@ MODS_WITH_SRC := aga \ rbuf \ read_write_all \ rfc822 \ + rszshm \ siphash \ sparse_bsearch \ str \ @@ -121,7 +124,8 @@ MODS_WITH_SRC := aga \ time \ timer \ ttxml \ - wwviaudio + wwviaudio \ + xstring MODS:=$(MODS_WITH_SRC) $(MODS_NO_SRC)