From 5aa4cf05ee3182cf06ccfdf1def96817f0f80eaf Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 22 Jan 2019 16:12:29 +0100 Subject: Support 'make distcheck'. --- Makefile.am | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c655e5a..c7848ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,25 @@ +NULL = + SUBDIRS = data src util po ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} if WANT_TESTS -SUBDIRS += \ - tests +SUBDIRS += \ + tests \ + $(NULL) tests: librda endif +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-x2go \ + --enable-ogon \ + --disable-silent-rules \ + --enable-introspection \ + $(NULL) MAINTAINERCLEANFILES = \ $(srcdir)/aclocal.m4 \ -- cgit v1.2.3