blob: 0b0af6f368ac85b3df089fff71dc4f5dd2ba15cf (
plain)
1
2
3
4
5
6
7
8
9
10
|
LIBZMQ_DIST = libzmq/libzmq.vcproj platform.hpp msvc.sln
PERF_DIST = c_local_thr/c_local_thr.vcproj \
c_remote_thr/c_remote_thr.vcproj \
c_local_lat/c_local_lat.vcproj \
c_remote_lat/c_remote_lat.vcproj \
inproc_lat/inproc_lat.vcproj \
inproc_thr/inproc_thr.vcproj
EXTRA_DIST = $(LIBZMQ_DIST) $(PERF_DIST)
|