From 948c8693569a47792557d0d19829e874f07dfa8b Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Fri, 22 Aug 2014 17:52:26 +0000 Subject: [PATCH] Bugfix: Include private.h in SOURCES --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3f842f7..c3b9a88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,8 @@ libblkmaker_@LIBBLKMAKER_API_VERSION@_la_SOURCES = \ base58.c \ blkmaker.c \ blktemplate.c \ - hex.c + hex.c \ + private.h libblkmaker_@LIBBLKMAKER_API_VERSION@_la_LDFLAGS = -version-info $(LIBBLKMAKER_SO_VERSION) -no-undefined