From: Vincent Bernat Date: Mon, 17 Aug 2015 11:44:16 +0000 (+0200) Subject: build: don't forget to ship libnl directory too X-Git-Tag: 0.8.0~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b288a7f42d09329f77ac1202964116670e6262a5;p=thirdparty%2Flldpd.git 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). --- 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