From 193f1e5208d782b7ee9f31922a908ecd80291cd5 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 13 May 2012 12:44:23 +0200 Subject: libzmq and tests MSVC projects added to distribution The package (tarball, zip) was missing these MSVC projects which means libzmq and tests could not be built from the package, only from git. This patch fixes the problem. Signed-off-by: Martin Sustrik --- builds/msvc/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'builds') diff --git a/builds/msvc/Makefile.am b/builds/msvc/Makefile.am index 68877d6..e02c125 100644 --- a/builds/msvc/Makefile.am +++ b/builds/msvc/Makefile.am @@ -24,4 +24,11 @@ PROPERTIES_DIST = properties/Common.props \ PRECOMPILED_DIST = ../../src/precompiled.hpp \ ../../src/precompiled.cpp -EXTRA_DIST = $(LIBXS_DIST) $(PERF_DIST) $(PROPERTIES_DIST) $(PRECOMPILED_DIST) +TESTS_DIST = tests/tests.vcxproj \ + tests/tests.vcxproj.filters + +LIBZMQ_DIST = libzmq/libzmq.vcxproj \ + libzmq/libzmq.vcxproj.filters + +EXTRA_DIST = $(LIBXS_DIST) $(PERF_DIST) $(PROPERTIES_DIST) $(PRECOMPILED_DIST) \ + $(TESTS_DIST) $(LIBZMQ_DIST) -- cgit v1.2.3