From 0d3f9eb592dc420e8ee7621c64914b083bade8bf Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Fri, 20 Sep 2013 16:40:40 +0200 Subject: [PATCH] Missing file from Makefile.am --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 7f8c9da7..0e66c395 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -88,6 +88,7 @@ libzmq_la_SOURCES = \ dealer.hpp \ xsub.hpp \ ypipe.hpp \ + ypipe_base.hpp \ yqueue.hpp \ address.cpp \ clock.cpp \