X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=inline;f=src%2Fserver%2FMakefile;h=6acb88ccf2026b62b080af6eb3dd2bde3c829c81;hb=bd4eed9ef150a921ee80121522a1a7918739b720;hp=f73e6c76418d5bcc7eb29462fcfc016c47f70ed6;hpb=24654ef0078320798912a273508e37f9ce921ba7;p=tpg%2Fopendispense2.git diff --git a/src/server/Makefile b/src/server/Makefile index f73e6c7..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,. -Wl,-rpath,/usr/local/sbin +LINKFLAGS := -g ../../cokebank.so -lutil -lident -Wl,-rpath,. -Wl,-rpath,/usr/local/sbin CPPFLAGS := CFLAGS := -Wall -Wextra -Werror -g