12 lines
497 B
Diff
12 lines
497 B
Diff
|
--- avahi-0.6.3/avahi-sharp/Makefile.am.MONO_SHARED_DIR 2005-12-22 07:36:22.000000000 -0500
|
||
|
+++ avahi-0.6.3/avahi-sharp/Makefile.am 2006-01-12 17:41:11.000000000 -0500
|
||
|
@@ -48,7 +48,7 @@
|
||
|
$(srcdir)/gencfg.sh
|
||
|
|
||
|
$(ASSEMBLY): $(AVAHISOURCES)
|
||
|
- mcs -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix
|
||
|
+ MONO_SHARED_DIR=. mcs -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix
|
||
|
|
||
|
|
||
|
$(ASSEMBLY).config: $(ASSEMBLY).config.in
|