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