From 9f2ed0b9a9bdbf12c706e230b5e339f87f7d937b Mon Sep 17 00:00:00 2001 From: James Willcox Date: Thu, 10 May 2007 19:39:40 +0000 Subject: fix the build for zssh.exe (was not referencing avahi-sharp.dll) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1479 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-ui-sharp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avahi-ui-sharp/Makefile.am b/avahi-ui-sharp/Makefile.am index 78df5cf..5e3b157 100644 --- a/avahi-ui-sharp/Makefile.am +++ b/avahi-ui-sharp/Makefile.am @@ -40,7 +40,7 @@ $(ASSEMBLY).config: $(ASSEMBLY).config.in $(srcdir)/gencfg.sh $(top_builddir)/avahi-common/libavahi-common.la < $< > $@ zssh.exe: $(srcdir)/zssh.cs - mcs -out:$@ $^ -r:./avahi-ui-sharp.dll -pkg:gtk-sharp-2.0 -r:Mono.Posix + mcs -out:$@ $^ -r:./avahi-ui-sharp.dll -r:../avahi-sharp/avahi-sharp.dll -pkg:gtk-sharp-2.0 -r:Mono.Posix if HAVE_MONO if HAVE_DBUS -- cgit