]> git.meshlink.io Git - catta/blobdiff - avahi-ui-sharp/Makefile.am
l10n: Updated Italian (it) translation to 100%
[catta] / avahi-ui-sharp / Makefile.am
index 78df5cfcff160f31c65f8b398aec3185b0a7e9af..6183f489e29281c032b55a8a33939c740b288fb2 100644 (file)
@@ -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,13 @@ $(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 -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
+if HAVE_GTK
+all: $(ASSEMBLY) $(ASSEMBLY).config bssh.exe
 
 if HAVE_MONODOC
 update-docs: $(ASSEMBLY)
@@ -68,3 +69,4 @@ uninstall-hook: $(ASSEMBLY)
 
 endif
 endif
+endif