summaryrefslogtreecommitdiffstats
path: root/avahi-ui/Makefile.am
diff options
context:
space:
mode:
authorTakao Fujiwara <takao.fujiwara@sun.com>2008-09-07 15:54:20 +1000
committerLennart Poettering <lennart@poettering.net>2008-12-12 21:46:48 +0100
commit4e0e2fd598d2d155a55e58b024de5b58592bec0e (patch)
treecce80396caa9d878b961be72ac243db0db945ecc /avahi-ui/Makefile.am
parentf46bf65ce34ebd9c6bbcbe3628bd243bfa4bb129 (diff)
Add localization support to avahi-ui and avahi-discover
Closes #122 Signed-off-by: Ted Percival <ted@midg3t.net> Signed-off-by: Lennart Poettering <lennart@poettering.net>
Diffstat (limited to 'avahi-ui/Makefile.am')
-rw-r--r--avahi-ui/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-ui/Makefile.am b/avahi-ui/Makefile.am
index 910dc6b..6dbbd24 100644
--- a/avahi-ui/Makefile.am
+++ b/avahi-ui/Makefile.am
@@ -29,8 +29,8 @@ desktop_DATA_in_in = bssh.desktop.in.in bvnc.desktop.in.in
EXTRA_DIST = $(desktop_DATA_in_in)
-
if HAVE_GTK
+AM_CFLAGS += -DGNOMELOCALEDIR=\"$(datadir)/locale\"
if HAVE_DBUS
if HAVE_GLIB
@@ -61,6 +61,7 @@ endif
bin_PROGRAMS = bssh
desktop_DATA += bssh.desktop bvnc.desktop
+@INTLTOOL_DESKTOP_RULE@
bssh_SOURCES = bssh.c
bssh_CFLAGS = $(AM_CFLAGS) $(GTK20_CFLAGS)