]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: don't forget to ship libnl directory too
authorVincent Bernat <vincent@bernat.im>
Mon, 17 Aug 2015 11:44:16 +0000 (13:44 +0200)
committerVincent Bernat <vincent@bernat.im>
Mon, 17 Aug 2015 11:44:16 +0000 (13:44 +0200)
At least, on Linux. Therefore, dist tarballs should now be released on
Linux (otherwise, libnl won't be shipped).

Makefile.am

index 7d3b0e29259a1b24d835cf4c6355f33193adb07b..eabdd56a56c980d521b582c80c0a52bd446ebdfb 100644 (file)
@@ -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