diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2010-07-23 13:58:39 +0000 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2010-07-23 13:58:39 +0000 |
commit | fe98cf8dc5066368b78e9ce208118c3532598dd2 (patch) | |
tree | f5cbaf0e637fffa558ed92b7d3a2a5e790696d35 /makefile.osx | |
parent | e96cd730d188dde8915061ad4f19dc716dd97097 (diff) |
Configuration file, HTTP Basic authentication
Diffstat (limited to 'makefile.osx')
-rw-r--r-- | makefile.osx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile.osx b/makefile.osx index f624d922ac..4b6549b372 100644 --- a/makefile.osx +++ b/makefile.osx @@ -19,6 +19,7 @@ LIBS= -dead_strip \ $(DEPSDIR)/lib/libdb_cxx-4.8.a \ $(DEPSDIR)/lib/libboost_system.a \ $(DEPSDIR)/lib/libboost_filesystem.a \ + $(DEPSDIR)/lib/libboost_program_options.a \ $(DEPSDIR)/lib/libcrypto.a WXDEFS=$(shell $(DEPSDIR)/bin/wx-config --cxxflags) -DNOPCH -DMSG_NOSIGNAL=0 |