Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2007-03-23 23:28:12 +0300
committerLluis Sanchez <lluis@novell.com>2007-03-23 23:28:12 +0300
commitb0ef0b6c1d29fcd48384af1871760b4f6a87d478 (patch)
tree618335384d2770033a053494a49f1496d3e95e9c /Test/CommandExtension
parent00653105be0bfef0785d7c94474a0307c89ef2c9 (diff)
Avoid installing assemblies generated by samples and tests.
svn path=/trunk/mono-addins/; revision=74919
Diffstat (limited to 'Test/CommandExtension')
-rw-r--r--Test/CommandExtension/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/CommandExtension/Makefile.am b/Test/CommandExtension/Makefile.am
index 3ea4111..7c795e4 100644
--- a/Test/CommandExtension/Makefile.am
+++ b/Test/CommandExtension/Makefile.am
@@ -33,5 +33,5 @@ $(ASSEMBLY) $(ASSEMBLY).mdb: $(build_sources) $(build_resources) $(build_datafil
$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$@ -target:$(COMPILE_TARGET) $(build_sources) $(build_resources_embed) $(build_references_ref)
if ENABLE_TESTS
-include $(top_srcdir)/Makefile.include
+include $(top_srcdir)/makefile-sample.include
endif