From aed32a8facf6747247e6df854050927f85b29246 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 7 Jun 2016 23:08:19 +0000 Subject: [PATCH] Fix issue #330: tarball contains surplus magic.h --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 5891feb7..155aec44 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ MAGIC = $(pkgdatadir)/magic lib_LTLIBRARIES = libmagic.la -include_HEADERS = magic.h +nodist_include_HEADERS = magic.h bin_PROGRAMS = file -- 2.40.0