diff options
author | monsta <[email protected]> | 2017-04-18 13:44:12 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-18 21:40:42 +0300 |
commit | f57172ab532443f60d05137b3e71c4b6eae7ef13 (patch) | |
tree | e829475a7e05416339d77bdcd187981b2909378e | |
parent | 289e64022d28ceb6cac3647ed465ca4d1845e8c4 (diff) | |
download | atril-f57172ab532443f60d05137b3e71c4b6eae7ef13.tar.bz2 atril-f57172ab532443f60d05137b3e71c4b6eae7ef13.tar.xz |
build: properly clean the generated .caja-extension file
-rw-r--r-- | properties/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/properties/Makefile.am b/properties/Makefile.am index 2fbfc6e5..b0b46659 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -37,6 +37,8 @@ extension_DATA = $(extension_in_files:.caja-extension.in=.caja-extension) EXTRA_DIST = $(extension_in_files) +CLEANFILES = $(extension_DATA) + endif # ENABLE_CAJA -include $(top_srcdir)/git.mk |