(2 . 8)(2 . 6)
125 # Distributed under the MIT/X11 software license, see the accompanying
126 # file license.txt or http://www.opensource.org/licenses/mit-license.php.
127
128 USE_UPNP:=0
129
130 DEFS=-DNOPCH
131
132 DEFS += $(addprefix -I,$(BOOST_INCLUDE_PATH) $(BDB_INCLUDE_PATH) $(OPENSSL_INCLUDE_PATH))
(31 . 14)(29 . 6)
134 -l ssl \
135 -l crypto
136
137 ifndef USE_UPNP
138 override USE_UPNP = -
139 endif
140 ifneq (${USE_UPNP}, -)
141 LIBS += -l miniupnpc
142 DEFS += -DUSE_UPNP=$(USE_UPNP)
143 endif
144
145 ifneq (${USE_SSL}, 0)
146 DEFS += -DUSE_SSL
147 endif