diff options
Diffstat (limited to 'x11/mate-applets/files/patch-trashapplet_src_Makefile.am')
-rw-r--r-- | x11/mate-applets/files/patch-trashapplet_src_Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/mate-applets/files/patch-trashapplet_src_Makefile.am b/x11/mate-applets/files/patch-trashapplet_src_Makefile.am new file mode 100644 index 000000000000..1ff61fa36d7c --- /dev/null +++ b/x11/mate-applets/files/patch-trashapplet_src_Makefile.am @@ -0,0 +1,22 @@ +--- trashapplet/src/Makefile.am.orig 2013-08-18 13:06:17.000000000 +0200 ++++ trashapplet/src/Makefile.am 2013-08-18 13:06:32.000000000 +0200 +@@ -3,16 +3,16 @@ + $(GIO_CFLAGS) \ + -DTRASH_MENU_UI_DIR=\""$(datadir)/mate-2.0/ui"\" + +-libexec_PROGRAMS = trashapplet ++libexec_PROGRAMS = mate-trashapplet + +-trashapplet_SOURCES = \ ++mate_trashapplet_SOURCES = \ + trashapplet.c \ + trash-empty.h \ + trash-empty.c \ + xstuff.c \ + xstuff.h + +-trashapplet_LDADD = \ ++mate_trashapplet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(GIO_LIBS) \ + -lX11 |