X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FVES5.0%2Fevel%2Fevel-library%2Fcode%2FVESreporting_syslog%2FMakefile;fp=vnfs%2FVES5.0%2Fevel%2Fevel-library%2Fcode%2FVESreporting_syslog%2FMakefile;h=f0b4ed3b4bf6d48e858d739b84889aace4fbcbe4;hb=73f56f16a45e6ff77363956cb6c1130cbf4025c3;hp=4b0fd85d1a7a95c5ceff3d84382e62808be849d6;hpb=845800d65fc2f25286c74551a1d5dd00e2798df5;p=demo.git diff --git a/vnfs/VES5.0/evel/evel-library/code/VESreporting_syslog/Makefile b/vnfs/VES5.0/evel/evel-library/code/VESreporting_syslog/Makefile index 4b0fd85d..f0b4ed3b 100644 --- a/vnfs/VES5.0/evel/evel-library/code/VESreporting_syslog/Makefile +++ b/vnfs/VES5.0/evel/evel-library/code/VESreporting_syslog/Makefile @@ -17,9 +17,10 @@ CC=gcc ARCH=$(shell getconf LONG_BIT) +MACHINE_ARCH=$(shell uname -m) CODE_ROOT=$(CURDIR)/../.. #CODE_ROOT=../code/evel-library -LIBS_DIR=$(CODE_ROOT)/libs/x86_$(ARCH) +LIBS_DIR=$(CODE_ROOT)/libs/$(MACHINE_ARCH) #LIBS_DIR=/usr/lib INCLUDE_DIR= -I $(CODE_ROOT)/code/evel_library -I .