summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-04-20 09:18:06 +0000
committerJean Delvare <khali@linux-fr.org>2009-04-20 09:18:06 +0000
commit2ea3bf392bdb5dcc2f3305b6ec720b91be210c58 (patch)
tree06e995904e8653b17674615d225cbf2843b44e11 /Makefile
parente0ad43a54532f9b796551eabce7837e19284781f (diff)
downloadlm-sensors-git-2ea3bf392bdb5dcc2f3305b6ec720b91be210c58.tar.gz
Make it possible to skip building of the static library. Just run:
make BUILD_STATIC_LIB=0 git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5711 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d425f6c0..6f2d0d9c 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,10 @@ MANDIR := $(PREFIX)/man
MACHINE := $(shell uname -m)
# Extra non-default programs to build; e.g., sensord
-# PROG_EXTRA := sensord
+#PROG_EXTRA := sensord
+
+# Build and install static library
+BUILD_STATIC_LIB := 1
# Set these to add preprocessor or compiler flags, or use
# environment variables