diff options
Diffstat (limited to 'capplets/about-me/Makefile.am')
-rw-r--r-- | capplets/about-me/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capplets/about-me/Makefile.am b/capplets/about-me/Makefile.am index 8a872e7a..0ce7d84f 100644 --- a/capplets/about-me/Makefile.am +++ b/capplets/about-me/Makefile.am @@ -32,10 +32,10 @@ mate_about_me_LDADD += $(ACCOUNTSSERVICE_LIBS) endif mate_about_me_LDFLAGS = -export-dynamic -@INTLTOOL_DESKTOP_RULE@ - desktopdir = $(datadir)/applications desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) +$(desktop_DATA): $(Desktop_in_files) + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ include $(top_srcdir)/gla11y.mk |