summaryrefslogtreecommitdiff
path: root/builds/msvc/Makefile.am
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:03:26 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:03:26 +0900
commitf4002c039773db302351360cf49ce4cffd42aae2 (patch)
treef80bcb5d668a85a71354277b24de248efc9da1f7 /builds/msvc/Makefile.am
parent93351787fb9d5a488a99ce74a795b449ed1d0b06 (diff)
Old MCSVC perf projects starting with c_ prefix renamed
This was a leftover from 0MQ/1.0 times when bindings were packaged with the library, thus resulting in multiple perf tests. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'builds/msvc/Makefile.am')
-rw-r--r--builds/msvc/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/builds/msvc/Makefile.am b/builds/msvc/Makefile.am
index c5755b3..68877d6 100644
--- a/builds/msvc/Makefile.am
+++ b/builds/msvc/Makefile.am
@@ -2,10 +2,10 @@ LIBXS_DIST = libxs/libxs.vcxproj \
libxs/libxs.vcxproj.filters \
platform.hpp msvc10.sln
-PERF_DIST = c_local_thr/c_local_thr.vcxproj \
- c_remote_thr/c_remote_thr.vcxproj \
- c_local_lat/c_local_lat.vcxproj \
- c_remote_lat/c_remote_lat.vcxproj \
+PERF_DIST = local_thr/local_thr.vcxproj \
+ remote_thr/remote_thr.vcxproj \
+ local_lat/local_lat.vcxproj \
+ remote_lat/remote_lat.vcxproj \
inproc_lat/inproc_lat.vcxproj \
inproc_thr/inproc_thr.vcxproj