diff options
author | mjdenkowski <michael.j.denkowski@gmail.com> | 2014-08-07 16:39:19 -0400 |
---|---|---|
committer | mjdenkowski <michael.j.denkowski@gmail.com> | 2014-08-07 16:39:19 -0400 |
commit | 71aa8f36e7a283d4e3ed8fb7484e4df966f4be4a (patch) | |
tree | 078afa9f903ed8b90538f5c33699de15831830c3 /utils | |
parent | 19e1c5a5fbe178b91b5e2995584b5e72a7a5940f (diff) |
Option for static linking (./configure --with-static). Currently limited to a few
binaries.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 1 |
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) |