summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Willcox <snopr@snorp.net>2007-05-10 20:06:09 +0000
committerJames Willcox <snopr@snorp.net>2007-05-10 20:06:09 +0000
commited07152bd1d6f28d05167dd915711098ea241609 (patch)
tree9edf612a3648e5ca7a54481a4812b7ec848c02b5
parenteccd65bf97742966c466d99d1fdbbc388d2d8742 (diff)
s/zssh.exe/bssh.exe/
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1481 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-ui-sharp/Makefile.am10
-rw-r--r--avahi-ui-sharp/bssh.cs (renamed from avahi-ui-sharp/zssh.cs)0
2 files changed, 5 insertions, 5 deletions
diff --git a/avahi-ui-sharp/Makefile.am b/avahi-ui-sharp/Makefile.am
index 33795cd..c5c14ee 100644
--- a/avahi-ui-sharp/Makefile.am
+++ b/avahi-ui-sharp/Makefile.am
@@ -19,7 +19,7 @@
ASSEMBLY = avahi-ui-sharp.dll
-CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(ASSEMBLY).config zssh.exe
+CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(ASSEMBLY).config bssh.exe
AVAHISOURCES = \
$(srcdir)/ServiceDialog.cs
@@ -31,7 +31,7 @@ EXTRA_DIST = \
$(srcdir)/en/*/*.xml \
$(srcdir)/gencfg.sh \
$(srcdir)/$(ASSEMBLY).config.in \
- $(srcdir)/zssh.cs
+ $(srcdir)/bssh.cs
$(ASSEMBLY): $(AVAHISOURCES)
mcs -keyfile:$(top_srcdir)/avahi-sharp/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -pkg:gtk-sharp-2.0 -r:$(top_builddir)/avahi-sharp/avahi-sharp.dll -r:Mono.Posix
@@ -39,12 +39,12 @@ $(ASSEMBLY): $(AVAHISOURCES)
$(ASSEMBLY).config: $(ASSEMBLY).config.in
$(srcdir)/gencfg.sh $(top_builddir)/avahi-common/libavahi-common.la < $< > $@
-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
+bssh.exe: $(srcdir)/bssh.cs $(ASSEMBLY)
+ mcs -out:$@ $(srcdir)/bssh.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
-all: $(ASSEMBLY) $(ASSEMBLY).config zssh.exe
+all: $(ASSEMBLY) $(ASSEMBLY).config bssh.exe
if HAVE_MONODOC
update-docs: $(ASSEMBLY)
diff --git a/avahi-ui-sharp/zssh.cs b/avahi-ui-sharp/bssh.cs
index 003a3a6..003a3a6 100644
--- a/avahi-ui-sharp/zssh.cs
+++ b/avahi-ui-sharp/bssh.cs