From eccd65bf97742966c466d99d1fdbbc388d2d8742 Mon Sep 17 00:00:00 2001 From: James Willcox Date: Thu, 10 May 2007 19:47:48 +0000 Subject: make sure avahi-ui-sharp.dll exists before building zssh.exe git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1480 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-ui-sharp/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avahi-ui-sharp/Makefile.am b/avahi-ui-sharp/Makefile.am index 5e3b157..33795cd 100644 --- a/avahi-ui-sharp/Makefile.am +++ b/avahi-ui-sharp/Makefile.am @@ -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 -- cgit