diff options
author | malosek <malosek@fastmq.com> | 2009-09-16 16:49:09 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-16 16:49:09 +0200 |
commit | 1b2a426656134b85ff4c75cb0cccbc53f2b83447 (patch) | |
tree | 0b69640e9b072013a4ddbb921b4e2336d1796859 /perf/c | |
parent | 6bfb9e6aaf0adad441d693a679c30ef30aeb5c14 (diff) |
c and cpp directories moved into bindings directory
Diffstat (limited to 'perf/c')
-rw-r--r-- | perf/c/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/c/Makefile.am b/perf/c/Makefile.am index 430a9f2..e23816b 100644 --- a/perf/c/Makefile.am +++ b/perf/c/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_builddir)/c +INCLUDES = -I$(top_builddir)/bindings/c noinst_PROGRAMS = local_lat remote_lat local_thr remote_thr |