blob: 9ce00aae5ac8d97bf14d4ed4aeed881b055d22d0 (
plain)
1
2
3
4
5
6
7
8
|
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
EXTRA_DIST = $(LIBZMQ_DIST) $(PERF_DIST)
|