diff options
author | Wu Xiaotian <[email protected]> | 2019-06-22 23:29:12 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-25 11:31:47 +0200 |
commit | 7fa0dd119d4bad38fed214e84514ee85516a0c7d (patch) | |
tree | f98fe4c3fd7081ff9f5175af85e66e0a363c1199 /capplets/keybindings/Makefile.am | |
parent | 39028e317750bcc4c81d762c25f2c88f5c8f3f56 (diff) | |
download | mate-control-center-7fa0dd119d4bad38fed214e84514ee85516a0c7d.tar.bz2 mate-control-center-7fa0dd119d4bad38fed214e84514ee85516a0c7d.tar.xz |
[ci] add gla11y in docker container
Diffstat (limited to 'capplets/keybindings/Makefile.am')
-rw-r--r-- | capplets/keybindings/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capplets/keybindings/Makefile.am b/capplets/keybindings/Makefile.am index 48d8435b..022e006f 100644 --- a/capplets/keybindings/Makefile.am +++ b/capplets/keybindings/Makefile.am @@ -43,8 +43,8 @@ CLEANFILES = \ $(BUILT_SOURCES) \ $(MATECC_CAPPLETS_CLEANFILES) \ $(desktop_DATA) \ - $(xml_DATA) \ - $(GLA11Y_OUTPUT) + $(xml_DATA) + EXTRA_DIST = $(xml_in_files) \ mate-keybindings.pc.in \ $(ui_files) \ |