From 8bdd27d149113a7e8cbea878829bb8adb3c09fab Mon Sep 17 00:00:00 2001 From: Rolf Bensch Date: Tue, 14 Jul 2020 19:36:17 +0200 Subject: [PATCH] pixma: remove auto generated files @ 'make clean' See merge request sane-project/backends!491 --- backend/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/Makefile.am b/backend/Makefile.am index 9507fe7ac..2ac341cdd 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -955,6 +955,8 @@ $(srcdir)/pixma/pixma_sane_options.c: EXTRA_DIST += pixma/pixma_sane_options.c EXTRA_DIST += pixma/pixma_sane_options.h EXTRA_DIST += pixma/scripts/pixma_gen_options.py +CLEANFILES += pixma/pixma_sane_options.c +CLEANFILES += pixma/pixma_sane_options.h nodist_libsane_pixma_la_SOURCES = pixma-s.c libsane_pixma_la_CPPFLAGS = $(AM_CPPFLAGS) -DBACKEND_NAME=pixma