diff options
author | Samuel Thibault <[email protected]> | 2019-05-09 18:41:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-15 17:22:02 +0200 |
commit | 06970a77f4d1d7aefd9b468a4ac75f737ebf5431 (patch) | |
tree | 3f450989808ef36e2e839c377aea16b0ec9c6fcd /capplets/default-applications | |
parent | 55bc2d3f00656af5732066aa59447512882ff7ee (diff) | |
download | mate-control-center-06970a77f4d1d7aefd9b468a4ac75f737ebf5431.tar.bz2 mate-control-center-06970a77f4d1d7aefd9b468a4ac75f737ebf5431.tar.xz |
Add support for checking .ui accessibility with gla11y
Diffstat (limited to 'capplets/default-applications')
-rw-r--r-- | capplets/default-applications/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/capplets/default-applications/Makefile.am b/capplets/default-applications/Makefile.am index a422d765..4adbc4fc 100644 --- a/capplets/default-applications/Makefile.am +++ b/capplets/default-applications/Makefile.am @@ -3,6 +3,8 @@ SUBDIRS = icons # This is used in MATECC_CAPPLETS_CFLAGS cappletname = mate-default-applications-properties +ui_files = mate-default-applications-properties.ui + bin_PROGRAMS = mate-default-applications-properties BUILT_SOURCES = \ @@ -17,6 +19,8 @@ mate_default_applications_properties_SOURCES = \ @INTLTOOL_DESKTOP_RULE@ +include $(top_srcdir)/gla11y.mk + desktopdir = $(datadir)/applications Desktop_in_files = mate-default-applications-properties.desktop.in desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) @@ -33,7 +37,7 @@ AM_CPPFLAGS = \ mate-default-applications-properties-resources.h mate-default-applications-properties-resources.c: org.mate.mcc.da.gresource.xml Makefile $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir $(srcdir) $(srcdir)/org.mate.mcc.da.gresource.xml) $(AM_V_GEN) XMLLINT=$(XMLLINT) $(GLIB_COMPILE_RESOURCES) --target $@ --sourcedir $(srcdir) --generate --c-name default_applications $< -CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(autostart_DATA) $(BUILT_SOURCES) +CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(autostart_DATA) $(BUILT_SOURCES) $(GLA11Y_OUTPUT) EXTRA_DIST = \ mate-default-applications.pc.in \ mate-default-applications-properties.ui \ |