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:
authorAndrew Jorgensen <ajorgensen@novell.com>2010-05-22 01:02:44 +0400
committerAndrew Jorgensen <ajorgensen@novell.com>2010-05-22 01:02:44 +0400
commitd7891dffe05da3eceae63f69ccc3fdf01a5b6c58 (patch)
tree43fdeefb0f40f3c1a03c85a9d880e01d4744ea12
parent0c4f27c01c3ec1a656a425d2502390f2400acb73 (diff)
Makefile.am: Add Mono.Addins.targets to EXTRAS
svn path=/trunk/mono-addins/; revision=157740
-rw-r--r--Mono.Addins.MSBuild/ChangeLog4
-rw-r--r--Mono.Addins.MSBuild/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/Mono.Addins.MSBuild/ChangeLog b/Mono.Addins.MSBuild/ChangeLog
index 70f449f..cd48762 100644
--- a/Mono.Addins.MSBuild/ChangeLog
+++ b/Mono.Addins.MSBuild/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-21 Andrew Jorgensen <ajorgensen@novell.com>
+
+ * Makefile.am: Add Mono.Addins.targets to EXTRAS
+
2010-03-30 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Addins.MSBuild.csproj: csc doesn't like iso-2.
diff --git a/Mono.Addins.MSBuild/Makefile.am b/Mono.Addins.MSBuild/Makefile.am
index 2b59f4e..6b74000 100644
--- a/Mono.Addins.MSBuild/Makefile.am
+++ b/Mono.Addins.MSBuild/Makefile.am
@@ -23,7 +23,8 @@ DATA_FILES =
RESOURCES =
EXTRAS = \
- ./Makefile.am
+ ./Makefile.am \
+ ./Mono.Addins.targets
REFERENCES = \
-r:Microsoft.Build.Framework \