summaryrefslogtreecommitdiffstats
path: root/mono
diff options
context:
space:
mode:
authorJoe Shaw <joeshaw@novell.com>2004-08-17 17:08:32 +0000
committerJoe Shaw <joeshaw@novell.com>2004-08-17 17:08:32 +0000
commit00f0e76788c706cefe407dd7d43d08abb0d00ab6 (patch)
tree0429391d9d40f1c6684830bfb0e3aafb05ccca49 /mono
parent224d88bc1f08f130d9f3347d6dab911306709578 (diff)
2004-08-17 Joe Shaw <joeshaw@novell.com>
* configure.in: If --enable-mono is passed in, if we can't find mono error out. * mono/Makefile.am: Use /gacutil to install assemblies into the GAC and not /root.
Diffstat (limited to 'mono')
-rw-r--r--mono/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/mono/Makefile.am b/mono/Makefile.am
index 2c62368e..8bb25f59 100644
--- a/mono/Makefile.am
+++ b/mono/Makefile.am
@@ -61,14 +61,14 @@ clean:
install-data-local:
@if test -n '$(TARGET)'; then \
- echo "$(GACUTIL) /i $(ASSEMBLY) /f /package dbus-sharp /root $(DESTDIR)$(libdir)"; \
- $(GACUTIL) /i $(ASSEMBLY) /f /package dbus-sharp /root $(DESTDIR)$(libdir) || exit 1; \
+ echo "$(GACUTIL) /i $(ASSEMBLY) /f /package dbus-sharp /gacdir $(DESTDIR)$(libdir)"; \
+ $(GACUTIL) /i $(ASSEMBLY) /f /package dbus-sharp /gacdir $(DESTDIR)$(libdir) || exit 1; \
fi
uninstall-local:
@if test -n '$(TARGET)'; then \
- echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package dbus-sharp /root $(DESTDIR)$(libdir)"; \
- $(GACUTIL) /u $(ASSEMBLY_NAME) /package dbus-sharp /root $(DESTDIR)$(libdir) || exit 1; \
+ echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package dbus-sharp /gacdir $(DESTDIR)$(libdir)"; \
+ $(GACUTIL) /u $(ASSEMBLY_NAME) /package dbus-sharp /gacdir $(DESTDIR)$(libdir) || exit 1; \
fi
EXTRA_DIST= \