The "configure" script creates "hivex.pc" in the build directory from
"hivex.pc.in"; there's no need to package "hivex.pc" in a tarball
distribution (created by "make dist"). Remove "hivex.pc" from
EXTRA_DIST.
Signed-off-by: Laszlo Ersek <lersek(a)redhat.com>
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index d217ea52fcb2..f69d8cfb8e67 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,7 +52,7 @@ if ALWAYS_FALSE
SUBDIRS += extra-tests
endif
-EXTRA_DIST = hivex.pc hivex.pc.in LICENSE README run.in \
+EXTRA_DIST = hivex.pc.in LICENSE README run.in \
po/zanata-pull.sh po/zanata.xml
# Generate the ChangeLog automatically from the gitlog.
--
2.19.1.3.g30247aa5d201