[Spice-devel] [PATCH libcacard] Add m4/pkg.m4 to the list of expected m4 files.
Jeremy White
jwhite at codeweavers.com
Wed Oct 14 07:39:41 PDT 2015
This gets it into the .gitignore, and gets it cleaned
by a maintainer-clean.
Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
Makefile.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index fb1c00b..07df869 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -92,6 +92,9 @@ EXTRA_DIST += \
tests/db/secmod.db \
$(NULL)
+# aclocal will install pkg.m4 from pkg-config into m4
+MAINTAINERCLEANFILES += $(srcdir)/m4/pkg.m4
+
MAINTAINERCLEANFILES += \
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
$(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
--
2.1.4
More information about the Spice-devel
mailing list