diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-25 15:19:35 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-25 15:19:35 -0400 |
commit | af8fcac0fcfd64600a442dc4d633601e29e611ea (patch) | |
tree | ead0de58b5102b16ada60424917440b51745478d /Makefile.linux | |
parent | 9cf734b74a750b8af0c628809c16be57eef1ff21 (diff) | |
download | infinitytier-af8fcac0fcfd64600a442dc4d633601e29e611ea.tar.gz infinitytier-af8fcac0fcfd64600a442dc4d633601e29e611ea.zip |
RPC infrastructure work in progress.
Diffstat (limited to 'Makefile.linux')
-rw-r--r-- | Makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.linux b/Makefile.linux index 77327282..21fc615c 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -20,7 +20,7 @@ CXXFLAGS=$(CFLAGS) -fno-rtti # separate binaries for the RedHat and Debian universes to distribute via # auto-update. This way we get one Linux binary for all systems of a given # architecture. -LIBS=ext/bin/libcrypto/linux-$(ARCH)/libcrypto.a +LIBS=ext/bin/libcrypto/linux-$(ARCH)/libcrypto.a -ldl include objects.mk |