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>2005-09-20 10:16:08 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-09-20 10:16:08 +0400
commit1f9d0c597aa62daf278dc135940c4ec9ec0b1b95 (patch)
tree69f2b8c997549c006ff1b8af6f1fde72a37ad676 /Makefile.am
parentbdbc4aa7d8745b65c0ca6b22152b7ec10f81086b (diff)
install the dotnet.pc file
svn path=/trunk/mono/; revision=50281
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e992141553..49c871120a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ dist-hook:
pkgconfigdir = $(libdir)/pkgconfig
if JIT_SUPPORTED
-pkgconfig_DATA= mono.pc mint.pc
+pkgconfig_DATA= mono.pc mint.pc dotnet.pc
else
pkgconfig_DATA= mint.pc
endif