Skip to content
  • aviau's avatar
    Set JSONCPP_CFLAGS in relevant Makefiles · 3d566657
    aviau authored
    When building against jsoncpp without the contrib build system,
    jsoncpp_cflags must be set so that we can include json/json.h. On some
    systems it worked anyways because jsoncpp is isntalled in
    /usr/include/json but on Debian systems jsoncpp is installed in
    /usr/include/jsoncpp/json so we must include /usr/include/jsoncpp.
    
    Tuleap: #597
    Change-Id: I8ad37ed6c119334b79c5ea72d5922e2e77231492
    3d566657