X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fserver%2FMakefile;h=6acb88ccf2026b62b080af6eb3dd2bde3c829c81;hb=bd4eed9ef150a921ee80121522a1a7918739b720;hp=86e5a42847c5a69b57ae7ac8fc0dd62dd884b0d4;hpb=807782b480c770ea3b64f41035abe50a4749b2df;p=tpg%2Fopendispense2.git diff --git a/src/server/Makefile b/src/server/Makefile index 86e5a42..6acb88c 100644 --- a/src/server/Makefile +++ b/src/server/Makefile @@ -8,7 +8,7 @@ BIN := ../../dispsrv DEPFILES := $(OBJ:%.o=%.d) -LINKFLAGS := -g ../../cokebank.so -lutil -Wl,-rpath,. +LINKFLAGS := -g ../../cokebank.so -lutil -lident -Wl,-rpath,. -Wl,-rpath,/usr/local/sbin CPPFLAGS := CFLAGS := -Wall -Wextra -Werror -g