From 3585ec8aea9369580e4a5718b0e8ef7f37551ee8 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Thu, 22 Mar 2012 16:47:17 -0500 Subject: [PATCH] Fixed Makefile for ROUTER/DEALER rename --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index c61a4dd0..c69a556d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -73,8 +73,8 @@ libzmq_la_SOURCES = \ windows.hpp \ wire.hpp \ xpub.hpp \ - xrep.hpp \ - xreq.hpp \ + router.hpp \ + dealer.hpp \ xsub.hpp \ ypipe.hpp \ yqueue.hpp \ @@ -129,8 +129,8 @@ libzmq_la_SOURCES = \ thread.cpp \ trie.cpp \ xpub.cpp \ - xrep.cpp \ - xreq.cpp \ + router.cpp \ + dealer.cpp \ xsub.cpp \ zmq.cpp \ zmq_utils.cpp