[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 85/96: Don't hardcode icon png name in Makefile.am

noreply at xfce.org noreply at xfce.org
Thu Nov 27 22:21:30 CET 2014


This is an automated email from the git hooks/post-receive script.

nick pushed a commit to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.

commit c2875aebbbb9fbb9f4e257735dc48d442dc349a3
Author: OmegaPhil <OmegaPhil at gmail.com>
Date:   Tue Aug 19 20:49:07 2014 +0100

    Don't hardcode icon png name in Makefile.am
---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index fa0898a..62ea289 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ desktop_DATA = $(PACKAGE_NAME).desktop
 
 # Icon
 icondir = $(datadir)/pixmaps
-icon_DATA = xfce4-hardware-monitor-plugin.png
+icon_DATA = $(PACKAGE_NAME).png
 
 EXTRA_DIST = $(icon_DATA) $(desktop_DATA) intltool-merge.in \
              intltool-extract.in intltool-update.in MAINTAINERS

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list