From: Ed Warnicke Date: Sat, 17 Sep 2016 00:18:17 +0000 (+0000) Subject: Fix really bad hardlinking of build directory into include statments X-Git-Tag: v16.09~6 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F2926%2F1;p=nsh_sfc.git Fix really bad hardlinking of build directory into include statments Change-Id: I157bdb6fda811c85072dabbf1449ac1b259323ed Signed-off-by: Ed Warnicke --- diff --git a/nsh-plugin/java/jvpp/jvpp_nsh.c b/nsh-plugin/java/jvpp/jvpp_nsh.c index a84e02e..fa51f79 100644 --- a/nsh-plugin/java/jvpp/jvpp_nsh.c +++ b/nsh-plugin/java/jvpp/jvpp_nsh.c @@ -40,10 +40,9 @@ #include -// FIXME use less fragile path -#include "../build/java/jvpp/org_openvpp_jvpp_nsh_JVppNshImpl.h" +#include "jvpp/org_openvpp_jvpp_nsh_JVppNshImpl.h" #include "jvpp_nsh.h" -#include "./build/java/jvpp/jvpp_nsh_gen.h" +#include "jvpp/jvpp_nsh_gen.h" /* * Class: org_openvpp_jvpp_nsh_JVppNshImpl