summaryrefslogtreecommitdiff
path: root/builds/msvc/Makefile.am
blob: 6f20ceee066ae75b441e22bd1e9ce700ca704081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LIBZMQ_DIST = libzmq/libzmq.vcproj platform.hpp msvc.sln

DEVICES_DIST = zmq_queue/zmq_queue.vcproj \
               zmq_streamer/zmq_streamer.vcproj \
               zmq_forwarder/zmq_forwarder.vcproj

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) $(DEVICES_DIST) $(PERF_DIST)