From 81cadd74d28ce26d5fc726807eb24f06cf8dd768 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Mon, 26 Sep 2011 11:15:01 -0400 Subject: Fix build: put back rules to build cryptopp files --- src/makefile.osx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/makefile.osx') diff --git a/src/makefile.osx b/src/makefile.osx index aff1e5f31d..1d1d6b7b7b 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -76,6 +76,8 @@ endif all: bitcoind +cryptopp/obj/%.o: cryptopp/%.cpp + $(CXX) -c $(CFLAGS) -O3 -DCRYPTOPP_DISABLE_ASM -o $@ $< obj/nogui/%.o: %.cpp $(HEADERS) $(CXX) -c $(CFLAGS) -o $@ $< -- cgit v1.2.3