diff options
| author | monsta <[email protected]> | 2017-04-18 13:44:12 +0300 |
|---|---|---|
| committer | monsta <[email protected]> | 2017-04-18 13:44:12 +0300 |
| commit | d15dbd3cdda481f784d7f7e7b5c0e973167d2286 (patch) | |
| tree | 7a17fc3b569effa3734c3d29683b04b4ebe04bea | |
| parent | 3bc10a2e070d958032f3c1c95380c2f7a1948a5d (diff) | |
| download | atril-d15dbd3cdda481f784d7f7e7b5c0e973167d2286.tar.bz2 atril-d15dbd3cdda481f784d7f7e7b5c0e973167d2286.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 |
