summaryrefslogtreecommitdiff
path: root/trashapplet/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-12-02 12:27:00 +0100
committerraveit65 <[email protected]>2020-12-10 12:43:18 +0100
commited6f8343524607cd288ababeb9295541e717aa41 (patch)
treec4108037dddee2679302bb130f5323ee56c553b7 /trashapplet/Makefile.am
parent4cb6f915b1a91497df1b13cdab887df1bdaed101 (diff)
downloadmate-applets-ed6f8343524607cd288ababeb9295541e717aa41.tar.bz2
mate-applets-ed6f8343524607cd288ababeb9295541e717aa41.tar.xz
trashapplet: load menu and ui files from resource bundle
Diffstat (limited to 'trashapplet/Makefile.am')
-rw-r--r--trashapplet/Makefile.am10
1 files changed, 3 insertions, 7 deletions
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)