From ed6f8343524607cd288ababeb9295541e717aa41 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 2 Dec 2020 12:27:00 +0100 Subject: trashapplet: load menu and ui files from resource bundle --- trashapplet/Makefile.am | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'trashapplet/Makefile.am') diff --git a/trashapplet/Makefile.am b/trashapplet/Makefile.am index 7941dba2..26b85624 100644 --- a/trashapplet/Makefile.am +++ b/trashapplet/Makefile.am @@ -22,16 +22,12 @@ org.mate.panel.applet.TrashAppletFactory.service: $(service_in_files) -e "s|\@LIBEXECDIR\@|$(libexecdir)|" \ $< > $@ -uidir = $(datadir)/mate/ui -ui_DATA = trashapplet-menu.xml - -builder_DATA = trashapplet-empty-progress.ui - EXTRA_DIST = \ - $(ui_DATA) \ $(applet_in_files).in \ $(service_in_files) \ - $(builder_DATA) + trashapplet-empty-progress.ui \ + trashapplet-menu.xml \ + trashapplet-resources.gresource.xml CLEANFILES = $(applet_DATA) $(applet_in_files) $(service_DATA) -- cgit v1.2.1