Makefile.am

changeset 13180
4cce5a554f53
parent 12299
1748fd6f90a6
child 13190
52425e8a1ec0
--- a/Makefile.am	Wed Feb 08 07:09:41 2006 +0000
+++ b/Makefile.am	Wed Feb 08 07:44:23 2006 +0000
@@ -4,9 +4,12 @@
 		gaim.pc.in \
 		gaim.spec.in \
 		gaim.apspec.in \
-		gaim.desktop \
+		gaim.desktop.in \
 		gaim-installer.nsi \
 		HACKING \
+		intltool-extract.in \
+		intltool-merge.in \
+		intltool-update.in \
 		PROGRAMMING_NOTES \
 		setup-gettext \
 		ChangeLog.win32 \
@@ -36,9 +39,11 @@
 #	cp plugins/perl/common/Gaim.pm $(distdir)/plugins/perl/common
 
 appsdir = $(datadir)/applications
-apps_DATA = gaim.desktop
+apps_in_files = gaim.desktop.in
+apps_DATA = $(apps_in_files:.desktop.in=.desktop)
+@INTLTOOL_DESKTOP_RULE@
 
-SUBDIRS = doc intl m4macros pixmaps plugins po sounds src
+SUBDIRS = doc m4macros pixmaps plugins po sounds src
 
 docs: Doxyfile
 if HAVE_DOXYGEN

mercurial