X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile;h=9bb07c648fb7949646f6767249d070061666c53a;hb=58909a312612d57e5a38fcf15f7ea24f4b49801d;hp=e1b12aaaf68d6541140e012708d98659b22c7d98;hpb=1699ede93aee42c8a0944de672ab8c4f88a634f3;p=mp-xquery-moved-to-github.git diff --git a/src/Makefile b/src/Makefile index e1b12aa..9bb07c6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,7 @@ ROOT=.. ZORBA := $(ROOT)/../zorba/zorba-3.0/build/dist +prefix=/usr +libdir = ${prefix}/lib ifeq "${MP_CONFIG}" "" MP_CONFIG := $(shell if test -x $(ROOT)/../metaproxy/metaproxy-config; then echo $(ROOT)/../metaproxy/metaproxy-config; else echo metaproxy-config; fi)