From 2bd3ed74c7a1c1695bb8a3850b9c7566677a2c91 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 11 Oct 2013 17:09:55 +0200 Subject: Fix Makefile for make dist and make distcheck --- Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index d68b88f..887f103 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,11 +6,7 @@ endif ACLOCAL_AMFLAGS = -I m4 -DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-python - -EXTRA_DIST = \ - HACKING \ - MAINTAINERS +DISTCHECK_CONFIGURE_FLAGS = --disable-introspection --disable-python MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ -- cgit v1.2.1