Skip to content
Snippets Groups Projects
Commit bee468d5 authored by Jannis Pohlmann's avatar Jannis Pohlmann
Browse files

Add a missing $(AM_V_GEN) to the trash panel applet Makefile.am.

parent df24eef4
No related branches found
No related tags found
No related merge requests found
......@@ -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@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment