From b288a7f42d09329f77ac1202964116670e6262a5 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 17 Aug 2015 13:44:16 +0200 Subject: [PATCH] build: don't forget to ship libnl directory too At least, on Linux. Therefore, dist tarballs should now be released on Linux (otherwise, libnl won't be shipped). --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 7d3b0e29..eabdd56a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,10 @@ EXTRA_DIST = $(DX_CONFIG) include get-version autogen.sh DIST_SUBDIRS = $(SUBDIRS) libevent DISTCLEANFILES = ChangeLog +if HOST_OS_LINUX +DIST_SUBDIRS += libnl +endif + dist_doc_DATA = README.md NEWS CONTRIBUTE.md doc_DATA = ChangeLog -- 2.39.5