summaryrefslogtreecommitdiff
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authormjdenkowski <michael.j.denkowski@gmail.com>2014-08-07 16:39:19 -0400
committermjdenkowski <michael.j.denkowski@gmail.com>2014-08-07 16:39:19 -0400
commit71aa8f36e7a283d4e3ed8fb7484e4df966f4be4a (patch)
tree078afa9f903ed8b90538f5c33699de15831830c3 /utils/Makefile.am
parent19e1c5a5fbe178b91b5e2995584b5e72a7a5940f (diff)
Option for static linking (./configure --with-static). Currently limited to a few
binaries.
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 18495c3a..727fa8a5 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -92,6 +92,7 @@ reconstruct_weights_SOURCES = reconstruct_weights.cc
reconstruct_weights_LDADD = libutils.a
atools_SOURCES = atools.cc
atools_LDADD = libutils.a
+atools_LDFLAGS = $(STATIC_FLAGS)
phmt_SOURCES = phmt.cc
phmt_LDADD = libutils.a $(BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS) $(BOOST_UNIT_TEST_FRAMEWORK_LIBS)