diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-25 02:06:54 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-25 02:06:54 +0200 |
commit | 35fb9ebe352a141ee9fe72b1e2a160e8c198bd16 (patch) | |
tree | 7f839f44a5b31b767d37e52374ee2b8c31bc4a07 /avahi-ui | |
parent | c8eacc0f13f6df529f2f40961e2ddb3a45dc9f93 (diff) |
build-sys: almost completely make the build clean, missing are howl and avahi-gobject
Diffstat (limited to 'avahi-ui')
-rw-r--r-- | avahi-ui/Makefile.am | 10 | ||||
-rw-r--r-- | avahi-ui/avahi-ui.c | 1 | ||||
-rw-r--r-- | avahi-ui/bssh.c | 1 |
3 files changed, 5 insertions, 7 deletions
diff --git a/avahi-ui/Makefile.am b/avahi-ui/Makefile.am index 6dbbd24..8b37333 100644 --- a/avahi-ui/Makefile.am +++ b/avahi-ui/Makefile.am @@ -1,7 +1,7 @@ # $Id$ # # This file is part of avahi. -# +# # avahi is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation; either version 2 of the @@ -23,7 +23,7 @@ AM_CFLAGS=-I$(top_srcdir) -DG_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -D AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' desktopdir = $(datadir)/applications -desktop_DATA = +desktop_DATA = desktop_DATA_in = $(desktop_DATA_in_in:.in.in=.in) desktop_DATA_in_in = bssh.desktop.in.in bvnc.desktop.in.in @@ -40,7 +40,7 @@ avahiinclude_HEADERS = \ avahi-ui.h lib_LTLIBRARIES = \ - libavahi-ui.la + libavahi-ui.la libavahi_ui_la_SOURCES = \ avahi-ui.h avahi-ui.c @@ -74,10 +74,10 @@ install-exec-local: $(LN_S) bssh bshell bssh.desktop.in: bssh.desktop.in.in - sed -e 's,@bindir\@,$(bindir),g' $< > $@ + $(AM_V_GEN)sed -e 's,@bindir\@,$(bindir),g' $< > $@ bvnc.desktop.in: bvnc.desktop.in.in - sed -e 's,@bindir\@,$(bindir),g' $< > $@ + $(AM_V_GEN)sed -e 's,@bindir\@,$(bindir),g' $< > $@ endif # HAVE_GLIB endif diff --git a/avahi-ui/avahi-ui.c b/avahi-ui/avahi-ui.c index 2e8f327..51f6b22 100644 --- a/avahi-ui/avahi-ui.c +++ b/avahi-ui/avahi-ui.c @@ -30,7 +30,6 @@ #include <net/if.h> #include <gtk/gtk.h> -#include <glib/gi18n.h> #include <avahi-glib/glib-watch.h> #include <avahi-client/client.h> diff --git a/avahi-ui/bssh.c b/avahi-ui/bssh.c index e4a190b..9712ee8 100644 --- a/avahi-ui/bssh.c +++ b/avahi-ui/bssh.c @@ -31,7 +31,6 @@ #include <getopt.h> #include <gtk/gtk.h> -#include <glib/gi18n.h> #include <avahi-client/client.h> #include <avahi-common/strlst.h> |