diff options
author | infirit <[email protected]> | 2013-11-28 21:16:53 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2013-12-17 15:27:31 +0000 |
commit | b9b47a47a683953aff657d261e03d53cdea6d77d (patch) | |
tree | 1a328ef268cd18ff7d42119d9ef53b11d0610225 | |
parent | c728a7cd0564032e055eee82daf190c2b3a39d37 (diff) | |
download | mate-netbook-b9b47a47a683953aff657d261e03d53cdea6d77d.tar.bz2 mate-netbook-b9b47a47a683953aff657d261e03d53cdea6d77d.tar.xz |
Add applet ui file to EXTRA_DIST
-rw-r--r-- | mate-window-picker-applet/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-window-picker-applet/Makefile.am b/mate-window-picker-applet/Makefile.am index 6a986ff..e1b2807 100644 --- a/mate-window-picker-applet/Makefile.am +++ b/mate-window-picker-applet/Makefile.am @@ -61,7 +61,8 @@ EXTRA_DIST = \ $(service_in_files) \ $(ui_DATA) \ $(convert_DATA) \ - $(gsettings_SCHEMAS_in_in) + $(gsettings_SCHEMAS_in_in) \ + $(xmlui_DATA) CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMAS) |