You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2019/06/24 22:49:45 UTC

[incubator-datasketches-cpp] 01/05: added hll module

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch placement_new
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git

commit 33e4e241ba99791e93f0b321e8cd9b3b21c1f0ba
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Mon Jun 24 15:28:03 2019 -0700

    added hll module
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1296704..40cf395 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ INC := -I /usr/local/include
 LIB := -L /usr/local/lib -lcppunit -L lib -l$(LIB_BASE_NAME)
 
 #MODULES := hll cpc kll fi theta
-MODULES := cpc kll fi theta
+MODULES := cpc kll fi theta hll
 
 .PHONY: all
 all: $(MODULES) $(LIBRARY)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org