diff options
Diffstat (limited to 'x11/mate-applets/files/patch-multiload_Makefile.am')
-rw-r--r-- | x11/mate-applets/files/patch-multiload_Makefile.am | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/mate-applets/files/patch-multiload_Makefile.am b/x11/mate-applets/files/patch-multiload_Makefile.am new file mode 100644 index 000000000000..318c1faa9f60 --- /dev/null +++ b/x11/mate-applets/files/patch-multiload_Makefile.am @@ -0,0 +1,23 @@ +--- multiload/Makefile.am.orig 2013-08-18 13:00:10.000000000 +0200 ++++ multiload/Makefile.am 2013-08-18 13:00:34.000000000 +0200 +@@ -8,9 +8,9 @@ + $(MATEDESKTOP_CFLAGS) \ + $(GIO_CFLAGS) + +-libexec_PROGRAMS = multiload-applet-2 ++libexec_PROGRAMS = mate-multiload-applet-2 + +-multiload_applet_2_SOURCES = \ ++mate_multiload_applet_2_SOURCES = \ + global.h \ + linux-proc.h \ + load-graph.h \ +@@ -22,7 +22,7 @@ + autoscaler.c \ + autoscaler.h + +-multiload_applet_2_LDADD = \ ++mate_multiload_applet_2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(GTOP_APPLETS_LIBS) \ + $(MATEDESKTOP_LIBS) \ |