diff options
author | infirit <[email protected]> | 2015-01-10 19:55:11 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2015-01-10 19:55:11 +0100 |
commit | b28ea563892bcf8d708ad92cb10783c847c5e496 (patch) | |
tree | f42b389569c03d021492e945ab87bd207a12844b /sendto/Makefile.am | |
parent | c82fa201fd169d3847ffcefadc9e046475bd5e3a (diff) | |
download | caja-extensions-b28ea563892bcf8d708ad92cb10783c847c5e496.tar.bz2 caja-extensions-b28ea563892bcf8d708ad92cb10783c847c5e496.tar.xz |
Update POTFILES.in with renamed extension files
So we do not have to add *.caja-extension.in to extra dist
Diffstat (limited to 'sendto/Makefile.am')
-rw-r--r-- | sendto/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sendto/Makefile.am b/sendto/Makefile.am index 3bee8dd..68a169c 100644 --- a/sendto/Makefile.am +++ b/sendto/Makefile.am @@ -88,8 +88,7 @@ EXTRA_DIST = \ $(man_MANS) \ caja-sendto.pc.in \ $(convert_DATA) \ - $(gsettingsschema_in_files) \ - $(extension_in_files) + $(gsettingsschema_in_files) CLEANFILES = \ $(nst_built_headers) \ |