diff options
Diffstat (limited to 'perf/c')
-rw-r--r-- | perf/c/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perf/c/Makefile.am b/perf/c/Makefile.am index 6762e66..430a9f2 100644 --- a/perf/c/Makefile.am +++ b/perf/c/Makefile.am @@ -1,6 +1,6 @@ -INCLUDES = -I$(top_builddir)/include +INCLUDES = -I$(top_builddir)/c -bin_PROGRAMS = local_lat remote_lat local_thr remote_thr +noinst_PROGRAMS = local_lat remote_lat local_thr remote_thr local_lat_LDADD = $(top_builddir)/src/libzmq.la local_lat_SOURCES = local_lat.c |