blob: bb191d28b1a11046806989eaeaf39a14bed9eecd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,8 +12,6 @@ AUX_DIST = $(auxdir)/inst
ACLOCAL = aclocal -I $(auxdir)
ACLOCAL_AMFLAGS = -I config
-include aminclude.am
-
# When running distcheck we want to enable the Python modules.
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-python-libs
|