]> git.meshlink.io Git - catta/commitdiff
make sure avahi-ui-sharp.dll exists before building zssh.exe
authorJames Willcox <snopr@snorp.net>
Thu, 10 May 2007 19:47:48 +0000 (19:47 +0000)
committerJames Willcox <snopr@snorp.net>
Thu, 10 May 2007 19:47:48 +0000 (19:47 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1480 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-ui-sharp/Makefile.am

index 5e3b1578ec9c1269613c9d8cc17a7631f989c23e..33795cdd2ae124fe6955ee4adcdb2257db72883b 100644 (file)
@@ -39,8 +39,8 @@ $(ASSEMBLY): $(AVAHISOURCES)
 $(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 -r:../avahi-sharp/avahi-sharp.dll -pkg:gtk-sharp-2.0 -r:Mono.Posix
+zssh.exe: $(srcdir)/zssh.cs $(ASSEMBLY)
+       mcs -out:$@ $(srcdir)/zssh.cs -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