Fix build: put back rules to build cryptopp files

This commit is contained in:
Gavin Andresen
2011-09-26 11:15:01 -04:00
parent 565c4771b6
commit 81cadd74d2
4 changed files with 9 additions and 0 deletions

View File

@@ -104,6 +104,9 @@ OBJS= \
all: bitcoind
cryptopp/obj/%.o: cryptopp/%.cpp
$(CXX) -c $(CFLAGS) -O3 -o $@ $<
obj/nogui/%.o: %.cpp $(HEADERS)
$(CXX) -c $(CXXFLAGS) -o $@ $<