From 2d9e7b57f978b1b20a4be76abc22d7cfbd778851 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 22 Feb 2016 13:44:46 +0000 Subject: [PATCH] Problem: make dist does not tar up macros.hpp Solution: add it to Makefile.am file list --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 4bd07831..c4b86bef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,6 +85,7 @@ src_libzmq_la_SOURCES = \ src/lb.cpp \ src/lb.hpp \ src/likely.hpp \ + src/macros.hpp \ src/mailbox.cpp \ src/mailbox.hpp \ src/mailbox_safe.cpp \