]> git.meshlink.io Git - catta/blobdiff - avahi-ui-sharp/Makefile.am
fix the build for zssh.exe (was not referencing avahi-sharp.dll)
[catta] / avahi-ui-sharp / Makefile.am
index 78df5cfcff160f31c65f8b398aec3185b0a7e9af..5e3b1578ec9c1269613c9d8cc17a7631f989c23e 100644 (file)
@@ -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