RPC infrastructure work in progress.

This commit is contained in:
Adam Ierymenko 2013-07-25 15:19:35 -04:00
commit af8fcac0fc
7 changed files with 179 additions and 13 deletions

View file

@ -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