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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Habersack <grendel@twistedcode.net>2008-12-16 01:36:35 +0300
committerMarek Habersack <grendel@twistedcode.net>2008-12-16 01:36:35 +0300
commit5e46d16102f591cb6f8cee7d66257e074f3be73c (patch)
tree03e5f6928088fa174ffcff15f322bc6b2faffe33 /data/Makefile.am
parent0195fb4796a913ec791cacb29bf9b07f59e98aa2 (diff)
2008-12-15 Marek Habersack <mhabersack@novell.com>
* data/Makefile.am (EXTRA_DIST): added system.web.extensions_1.0.pc.in. Also added to pkgconfig_DATA * data/system.web.extensions_1.0.pc.in: added. This file serves the purpose of making MonoDevelop see the 1.0 version of the System.Web.Extensions assembly in the project references editor. This will also make legacy 2.0 ASP.NET apps not fail when they reference the 1.0 version of the assembly in their project files. * configure.in: added data/system.web.extensions_1.0.pc to AC_OUTPUT svn path=/trunk/mono/; revision=121557
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index efa65d6954c..185b5bac633 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -7,21 +7,21 @@ EXTRA_DIST = \
browscap.ini mono.supp mono.d README \
mono.pc.in mint.pc.in dotnet.pc.in dotnet35.pc.in wcf.pc.in monodoc.pc.in \
mono-nunit.pc.in mono-cairo.pc.in mono-options.pc.in cecil.pc.in smcs.pc.in \
- mono-lineeditor.pc.in
+ mono-lineeditor.pc.in system.web.extensions_1.0.pc.in
pkgconfigdir = $(libdir)/pkgconfig
if JIT_SUPPORTED
if INTERP_SUPPORTED
-pkgconfig_DATA= mono.pc mint.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc
+pkgconfig_DATA= mono.pc mint.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc system.web.extensions_1.0.pc
else
-pkgconfig_DATA= mono.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc
+pkgconfig_DATA= mono.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc system.web.extensions_1.0.pc
endif
else
pkgconfig_DATA= mint.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc
endif
-DISTCLEANFILES= mono.pc mint.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc
+DISTCLEANFILES= mono.pc mint.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc system.web.extensions_1.0.pc
mono_DATA = config \
browscap.ini