]> Git Repo - VerusCoin.git/commit - configure.ac
build: add -DMINIUPNP_STATICLIB for new version
authorCory Fields <[email protected]>
Tue, 26 Aug 2014 19:17:18 +0000 (15:17 -0400)
committerCory Fields <[email protected]>
Tue, 26 Aug 2014 19:28:24 +0000 (15:28 -0400)
commit9f7f504efca27c7d390f121410846b45c1732761
treed73beb39f384db32be6441bbed134c2327e3cd96
parentf30801afbde7598318a5b03de9812c58a6a34f33
build: add -DMINIUPNP_STATICLIB for new version

libminiupnpc changed their required static define to the much more sane
"MINIUPNP_STATICLIB". Sadly, they don't respect the old "STATICLIB" for
back-compat. Define them both since the old one didn't seem to be conflicting
anywhere.

Also go ahead and split out the cppflags so that they can be applied only where
they're needed. This will help us to build dll's from our libs without having
their import/export declspecs poisoned.
configure.ac
src/Makefile.am
This page took 0.025988 seconds and 4 git commands to generate.