From 606c77368cccd2a277437b5de8764772295fdf89 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Fri, 4 Jun 2010 14:48:49 +0200 Subject: Move perf helper functions to perf/helpers.cpp --- perf/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'perf/Makefile.am') diff --git a/perf/Makefile.am b/perf/Makefile.am index bf3dde9..323c91a 100644 --- a/perf/Makefile.am +++ b/perf/Makefile.am @@ -1,15 +1,16 @@ INCLUDES = -I$(top_builddir)/include noinst_PROGRAMS = local_lat remote_lat local_thr remote_thr +EXTRA_DIST = helpers.h local_lat_LDADD = $(top_builddir)/src/libzmq.la -local_lat_SOURCES = local_lat.cpp +local_lat_SOURCES = local_lat.cpp helpers.cpp remote_lat_LDADD = $(top_builddir)/src/libzmq.la -remote_lat_SOURCES = remote_lat.cpp +remote_lat_SOURCES = remote_lat.cpp helpers.cpp local_thr_LDADD = $(top_builddir)/src/libzmq.la -local_thr_SOURCES = local_thr.cpp +local_thr_SOURCES = local_thr.cpp helpers.cpp remote_thr_LDADD = $(top_builddir)/src/libzmq.la -remote_thr_SOURCES = remote_thr.cpp +remote_thr_SOURCES = remote_thr.cpp helpers.cpp -- cgit v1.2.3