From be7ce5a2f7f46e48c391d9b9c7501e4e138fc8c5 Mon Sep 17 00:00:00 2001 From: James Willcox Date: Thu, 19 Apr 2007 23:12:35 +0000 Subject: add a makefile rule for zssh.exe, and add a .pc file for avahi-ui-sharp git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1445 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-ui-sharp/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'avahi-ui-sharp/Makefile.am') diff --git a/avahi-ui-sharp/Makefile.am b/avahi-ui-sharp/Makefile.am index b7f020e..ab58dd2 100644 --- a/avahi-ui-sharp/Makefile.am +++ b/avahi-ui-sharp/Makefile.am @@ -37,9 +37,12 @@ $(ASSEMBLY): $(AVAHISOURCES) $(ASSEMBLY).config: $(ASSEMBLY).config.in $(srcdir)/gencfg.sh $(top_builddir)/avahi-common/libavahi-common.la < $< > $@ +zssh.exe: zssh.cs + mcs -out:$@ zssh.cs -r:./avahi-ui-sharp.dll -pkg:gtk-sharp-2.0 -r:Mono.Posix + if HAVE_MONO if HAVE_DBUS -all: $(ASSEMBLY) $(ASSEMBLY).config +all: $(ASSEMBLY) $(ASSEMBLY).config zssh.exe if HAVE_MONODOC update-docs: $(ASSEMBLY) -- cgit