X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=d4a55286eae1b9844647feb73b4c38c3234162d7;hp=e71f3a178fa78af8dcb2c34c971c4a0214a84fa6;hb=7307b7ef3cf1d226ade30ca5d7aa524bdd396715;hpb=a1d7e21f2fe5521c0d9a4f9ebfe694b368c3ba92 diff --git a/Makefile-ccan b/Makefile-ccan index e71f3a17..d4a55286 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -5,6 +5,7 @@ #CCAN_CFLAGS=-g -O3 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wwrite-strings -Wundef -DCCAN_STR_DEBUG=1 CCAN_CFLAGS=-g3 -ggdb -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wwrite-strings -Wundef -DCCAN_STR_DEBUG=1 CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN) +CFLAGS_FORCE_C_SOURCE = -x c MODS := a_star \ aga \ @@ -42,7 +43,9 @@ MODS := a_star \ crcsync \ crypto/ripemd160 \ crypto/sha256 \ + crypto/sha512 \ crypto/shachain \ + crypto/siphash24 \ daemonize \ daemon_with_notify \ darray \ @@ -122,6 +125,7 @@ MODS := a_star \ time \ timer \ tlist \ + tlist2 \ ttxml \ typesafe_cb \ version \