From b71c3005e68d02f800ff09bcacece79d167bff75 Mon Sep 17 00:00:00 2001 From: malosek Date: Mon, 7 Sep 2009 17:06:47 +0200 Subject: include directory split into c and cpp dirs, added --with-c and --with-cpp configure options --- perf/c/Makefile.am | 4 ++-- perf/cpp/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'perf') 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 -- cgit v1.2.3