diff options
author | malosek <malosek@fastmq.com> | 2009-09-07 17:06:47 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-07 17:06:47 +0200 |
commit | b71c3005e68d02f800ff09bcacece79d167bff75 (patch) | |
tree | f8a82fbb1cdc5f20e21da9809ea20c93f16bca56 /perf | |
parent | f895426c1885729f4a4a20b1eb543a92915aed85 (diff) |
include directory split into c and cpp dirs, added --with-c and --with-cpp configure options
Diffstat (limited to 'perf')
-rw-r--r-- | perf/c/Makefile.am | 4 | ||||
-rw-r--r-- | perf/cpp/Makefile.am | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/perf/cpp/Makefile.am b/perf/cpp/Makefile.am index 7870943..1ea01a0 100644 --- a/perf/cpp/Makefile.am +++ b/perf/cpp/Makefile.am @@ -1,6 +1,6 @@ -INCLUDES = -I$(top_builddir)/include +INCLUDES = -I$(top_srcdir)/cpp -I$(top_srcdir)/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.cpp |