summaryrefslogtreecommitdiff
path: root/image-converter
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-01-10 19:55:11 +0100
committerinfirit <[email protected]>2015-01-10 19:55:11 +0100
commitb28ea563892bcf8d708ad92cb10783c847c5e496 (patch)
treef42b389569c03d021492e945ab87bd207a12844b /image-converter
parentc82fa201fd169d3847ffcefadc9e046475bd5e3a (diff)
downloadcaja-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 'image-converter')
-rw-r--r--image-converter/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/image-converter/Makefile.am b/image-converter/Makefile.am
index d5944e5..33a736d 100644
--- a/image-converter/Makefile.am
+++ b/image-converter/Makefile.am
@@ -32,6 +32,6 @@ extension_in_files = libcaja-image-converter.caja-extension.in
extension_DATA = $(extension_in_files:.caja-extension.in=.caja-extension)
%.caja-extension: %.caja-extension.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(AM_V_GEN) LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
-EXTRA_DIST = $(builder_DATA) $(extension_in_files)
+EXTRA_DIST = $(builder_DATA)
CLEANFILES = $(extension_DATA)