Skip to content

Commit

Permalink
configure: make sure ./netloc is always distributed
Browse files Browse the repository at this point in the history
We manually override DIST_SUBDIRS for the embedding,
hence we need to manually make sure netloc gets in there.

Signed-off-by: Brice Goglin <[email protected]>
  • Loading branch information
bgoglin committed Dec 20, 2017
1 parent 5763930 commit 220ee3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2009-2016 Inria. All rights reserved.
# Copyright © 2009-2017 Inria. All rights reserved.
# Copyright © 2009 Université Bordeaux
# Copyright © 2009-2014 Cisco Systems, Inc. All rights reserved.
# See COPYING in top-level directory.
Expand Down Expand Up @@ -32,6 +32,9 @@ endif
# Do not let automake automatically add the non-standalone dirs to the
# distribution tarball if we're building in embedded mode.
DIST_SUBDIRS = $(SUBDIRS)
if !BUILD_NETLOC
DIST_SUBDIRS += netloc
endif

# Only install the pkg file if we're building in standalone mode (and not on Windows)
if HWLOC_BUILD_STANDALONE
Expand Down

0 comments on commit 220ee3e

Please sign in to comment.