[Xfce4-commits] <thunar:master> Add a missing $(AM_V_GEN) to the trash panel applet Makefile.am.
Jannis Pohlmann
noreply at xfce.org
Wed Oct 14 15:16:01 CEST 2009
Updating branch refs/heads/master
to bee468d55f601ba4f9e2ec25f9bff1c0158e84ee (commit)
from df24eef49725794bc5f4da621da29c7a90d3573e (commit)
commit bee468d55f601ba4f9e2ec25f9bff1c0158e84ee
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Wed Oct 14 15:13:58 2009 +0200
Add a missing $(AM_V_GEN) to the trash panel applet Makefile.am.
plugins/thunar-tpa/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/thunar-tpa/Makefile.am b/plugins/thunar-tpa/Makefile.am
index 324823d..26eecd1 100644
--- a/plugins/thunar-tpa/Makefile.am
+++ b/plugins/thunar-tpa/Makefile.am
@@ -46,7 +46,7 @@ desktopdir = $(datadir)/xfce4/panel-plugins
desktop_in_in_files = thunar-tpa.desktop.in.in
desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
%.desktop.in: %.desktop.in.in
- sed -e "s,\@libexecdir\@,$(libexecdir),g" < $< > $@
+ $(AM_V_GEN) sed -e "s,\@libexecdir\@,$(libexecdir),g" < $< > $@
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
More information about the Xfce4-commits
mailing list