summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-09-26 03:24:22 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-09-26 03:24:22 +0000
commit1afef1899dde3b0ead9c556bce360afdba42c097 (patch)
treea6053da4dff400ac96597939556316aff6785984 /Makefile.am
parentec17b7029a5f5f2e42d66380762ab24fa5174fc4 (diff)
Add flag to allow using the system install of hwloc.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 57651a93..1c09ae90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-if HAVE_HWLOC
+if HAVE_BUNDLED_HWLOC
SUBDIRS = hwloc-1.2.1
endif
@@ -41,7 +41,7 @@ SUFFIXES = .h
BUILT_SOURCES = $(myhtopheaders)
htop_SOURCES = $(myhtopheaders) $(myhtopsources) config.h debug.h
-if HAVE_HWLOC
+if HAVE_BUNDLED_HWLOC
htop_LDADD = $(HWLOC_EMBEDDED_LDADD) $(HWLOC_EMBEDDED_LIBS)
AM_CFLAGS += $(HWLOC_EMBEDDED_CFLAGS)
AM_CPPFLAGS += $(HWLOC_EMBEDDED_CPPFLAGS)

© 2014-2024 Faster IT GmbH | imprint | privacy policy