diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-06-28 10:22:27 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-06-28 10:22:27 +0200 |
commit | 543ad30e7d15a8864df26d6d32e57246ede35ae3 (patch) | |
tree | 8926fe87d37a99034835f4c33500d20259c54980 /builds | |
parent | f8bf3a4cef6b8e1688683ab8c5ed6dd1bc8e3a12 (diff) |
Packaging for MSVC build fixed
MSVC project files for inproc_lat and inproc_thr were not
packaged during make dist phase.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'builds')
-rw-r--r-- | builds/msvc/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/builds/msvc/Makefile.am b/builds/msvc/Makefile.am index 6f20cee..843b1ec 100644 --- a/builds/msvc/Makefile.am +++ b/builds/msvc/Makefile.am @@ -7,6 +7,8 @@ DEVICES_DIST = zmq_queue/zmq_queue.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 + c_remote_lat/c_remote_lat.vcproj \ + inproc_lat/inproc_lat.vcproj \ + inproc_thr/inproc_thr.vcproj EXTRA_DIST = $(LIBZMQ_DIST) $(DEVICES_DIST) $(PERF_DIST) |