diff options
author | Monsta <[email protected]> | 2015-01-03 21:44:34 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-01-12 10:24:21 +0100 |
commit | aeca00c1e9c995ca2a3969a12cb93d2e08d694aa (patch) | |
tree | e3120ee5fb88769bce731d3f53f61bc0fb55836a /plugins/housekeeping/Makefile.am | |
parent | 1f1e109fdedfef960b0708e63aef692a8b3f8a50 (diff) | |
download | mate-settings-daemon-aeca00c1e9c995ca2a3969a12cb93d2e08d694aa.tar.bz2 mate-settings-daemon-aeca00c1e9c995ca2a3969a12cb93d2e08d694aa.tar.xz |
housekeeping plugin: add missing dollar sign in Makefile.am
Closes https://github.com/mate-desktop/mate-settings-daemon/pull/92
Diffstat (limited to 'plugins/housekeeping/Makefile.am')
-rw-r--r-- | plugins/housekeeping/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/housekeeping/Makefile.am b/plugins/housekeeping/Makefile.am index 0429c31..9c37d01 100644 --- a/plugins/housekeeping/Makefile.am +++ b/plugins/housekeeping/Makefile.am @@ -35,6 +35,6 @@ EXTRA_DIST = $(plugin_in_files) CLEANFILES = $(plugin_DATA) -DISTCLEANFILES = (plugin_DATA) +DISTCLEANFILES = $(plugin_DATA) @MSD_INTLTOOL_PLUGIN_RULE@ |