From 2dcee02cd5504b0ee55dc7473d1b9bfbe7bdb1c1 Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Mon, 9 Dec 2013 19:17:00 +0000 Subject: [PATCH] build: correct WIN32 artefacts in EXTRA_DIST git-svn-id: https://svn.resiprocate.org/rep/resiprocate/main@10727 ddefafc4-47db-0310-ae44-fa13212b10f2 --- tfm/Makefile.am | 1 - tfm/tfdum/Makefile.am | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tfm/Makefile.am b/tfm/Makefile.am index 79a1cbe267..ef2606d3dc 100644 --- a/tfm/Makefile.am +++ b/tfm/Makefile.am @@ -3,7 +3,6 @@ EXTRA_DIST = LICENSE EXTRA_DIST += README EXTRA_DIST += tfm.sln -EXTRA_DIST += tfcommon EXTRA_DIST += *.vcproj # autotools won't build the contrib stuff diff --git a/tfm/tfdum/Makefile.am b/tfm/tfdum/Makefile.am index e36891b8f1..a12b1cb911 100644 --- a/tfm/tfdum/Makefile.am +++ b/tfm/tfdum/Makefile.am @@ -1,5 +1,7 @@ -EXTRA_DIST = tfdum.sln tfdum.vcproj +EXTRA_DIST = tfdum_9_0.vcproj +EXTRA_DIST += tfdum_10_0.vcxproj +EXTRA_DIST += tfdum_10_0.vcxproj.filters TESTS = TestLamba # dumTests becomes stuck waiting for user input, not suitable for