diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-07-29 20:18:19 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-07-29 20:18:19 +0200 |
| commit | a17a4821ac20e46aa2289168596535a8ead01db1 (patch) | |
| tree | 9f960ff302c7fcab3a61bd518021507109e718a6 /Makefile.am | |
| parent | 7d9cf8b42bc4b145f641a5bbc7c62e59b55a7edd (diff) | |
Fix make distcheck
Add all headers to _SOURCES
Cleanup update-mime-database (and c.o.) and disable them for distcheck
as they leave files after uninstall
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 50d865f..5400d59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,4 +4,6 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ config.sub configure depcomp install-sh ltmain.sh \ missing config.rpath mkinstalldirs compile +DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb + SUBDIRS = src data test |
