From bb8bd5490a71bc77570653cf53be88edd37679e3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 17 Dec 2007 12:36:14 +0000 Subject: add i18n support git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1593 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- Makefile.am | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a5a0ab0..f65e9e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,10 @@ EXTRA_DIST = \ avahi-compat-libdns_sd.pc.in \ avahi-compat-howl.pc.in \ avahi-ui.pc.in \ - doxygen_to_devhelp.xsl + doxygen_to_devhelp.xsl \ + intltool-merge.in \ + intltool-update.in \ + intltool-extract.in SUBDIRS = \ common \ @@ -75,7 +78,8 @@ SUBDIRS = \ avahi-compat-howl \ avahi-autoipd \ avahi-ui \ - avahi-ui-sharp + avahi-ui-sharp \ + po DX_INPUT = \ $(srcdir)/avahi-common/address.h \ @@ -307,3 +311,9 @@ dist-hook: chmod u+w ${distdir}/ChangeLog || true ; \ svn2cl -o ${distdir}/ChangeLog ; \ fi + +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ + intltool-update \ + po/.intltool-merge-cache -- cgit