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:
authorMiguel de Icaza <miguel@gnome.org>2007-08-04 19:30:09 +0400
committerMiguel de Icaza <miguel@gnome.org>2007-08-04 19:30:09 +0400
commit95633d40a6bc4d88b3ea0a875bd386215a8ccb1a (patch)
tree84c7f2c6cbed2d32f33d76e5363a7d0498b469c7 /Makefile.am
parent11b3a76d1136ff2e41ea998ff981612dfbb1e500 (diff)
Add a .pc file for internal use
svn path=/trunk/mono/; revision=83473
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 05fe9b9ea4f..b4cb5a58298 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ SUBDIRS = $(libgc_dir) mono $(ikvm_native_dir) support docs data runtime scripts
## 'tools' is not normally built
DIST_SUBDIRS = libgc mono ikvm-native support docs data runtime scripts man samples web tools msvc
-EXTRA_DIST= mono.pc.in mint.pc.in mono-uninstalled.pc.in dotnet.pc.in mono-cairo.pc.in LICENSE
+EXTRA_DIST= mono.pc.in mint.pc.in mono-uninstalled.pc.in dotnet.pc.in mono-cairo.pc.in internal-cecil.pc.in LICENSE
DISTCHECK_CONFIGURE_FLAGS = EXTERNAL_MCS=false EXTERNAL_RUNTIME=false
@@ -19,15 +19,15 @@ dist-hook:
pkgconfigdir = $(libdir)/pkgconfig
if JIT_SUPPORTED
if INTERP_SUPPORTED
-pkgconfig_DATA= mono.pc mint.pc dotnet.pc mono-cairo.pc
+pkgconfig_DATA= mono.pc mint.pc dotnet.pc mono-cairo.pc internal-cecil.pc
else
-pkgconfig_DATA= mono.pc dotnet.pc mono-cairo.pc
+pkgconfig_DATA= mono.pc dotnet.pc mono-cairo.pc internal-cecil.pc
endif
else
-pkgconfig_DATA= mint.pc mono-cairo.pc
+pkgconfig_DATA= mint.pc mono-cairo.pc internal-cecil.pc
endif
noinst_DATA = mono-uninstalled.pc
-DISTCLEANFILES= mono.pc mint.pc mono-uninstalled.pc dotnet.pc mono-cairo.pc
+DISTCLEANFILES= mono.pc mint.pc mono-uninstalled.pc dotnet.pc mono-cairo.pc internal-cecil.pc
.PHONY: get-monolite-latest mcs-do-compiler-tests compiler-tests bootstrap-world