diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 92ceb20..ae20d33 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,6 +53,7 @@ libzmq_la_SOURCES = \ pub.hpp \ pull.hpp \ push.hpp \ + random.hpp \ reaper.hpp \ rep.hpp \ req.hpp \ @@ -117,6 +118,7 @@ libzmq_la_SOURCES = \ push.cpp \ reaper.cpp \ pub.cpp \ + random.cpp \ rep.cpp \ req.cpp \ router.cpp \ |