diff options
author | rbuj <[email protected]> | 2019-06-17 10:59:53 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2019-06-18 20:40:37 +0200 |
commit | 51e386fd4f5c60750c57a815203981754580e01d (patch) | |
tree | d3d4813e5f17ab9fd6c0b9e938b5af51c7a1eb31 /capplets/mouse/Makefile.am | |
parent | 1a8ced9c5e6dd3f5bb2cd36a256f90e94a9f0d4d (diff) | |
download | mate-control-center-51e386fd4f5c60750c57a815203981754580e01d.tar.bz2 mate-control-center-51e386fd4f5c60750c57a815203981754580e01d.tar.xz |
common: Remove capplet-stock-icons
Diffstat (limited to 'capplets/mouse/Makefile.am')
-rw-r--r-- | capplets/mouse/Makefile.am | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/capplets/mouse/Makefile.am b/capplets/mouse/Makefile.am index 607979a7..3a306933 100644 --- a/capplets/mouse/Makefile.am +++ b/capplets/mouse/Makefile.am @@ -16,12 +16,6 @@ mate_mouse_properties_SOURCES = \ @INTLTOOL_DESKTOP_RULE@ -pixmapdir = $(pkgdatadir)/pixmaps -pixmap_DATA = \ - double-click-on.svg \ - double-click-off.svg \ - double-click-maybe.svg - include $(top_srcdir)/gla11y.mk desktopdir = $(datadir)/applications @@ -36,6 +30,13 @@ AM_CPPFLAGS = \ -DMATELOCALEDIR="\"$(datadir)/locale\"" \ -DMATECC_DATA_DIR="\"$(pkgdatadir)\"" CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(BUILT_SOURCES) $(GLA11Y_OUTPUT) -EXTRA_DIST = $(ui_files) $(pixmap_DATA) $(Desktop_in_files) org.mate.mcc.mouse.gresource.xml ui-a11y.suppr +EXTRA_DIST = \ + $(ui_files) \ + double-click-on.svg \ + double-click-off.svg \ + double-click-maybe.svg \ + $(Desktop_in_files) \ + org.mate.mcc.mouse.gresource.xml \ + ui-a11y.suppr -include $(top_srcdir)/git.mk |