X-Git-Url: https://git.liburcu.org/?p=ust.git;a=blobdiff_plain;f=ustd%2FMakefile;h=0de51f87b6f3884bd8910bc6894876b65fa173fa;hp=503b7e4a4e438188dfd04c21562167ff22aea6c3;hb=3a7b90de71f2a82f73f06fb14a7b77805aea1064;hpb=46ef48cdf8b64608a4f679500bc34293b9f0b649 diff --git a/ustd/Makefile b/ustd/Makefile index 503b7e4..0de51f8 100644 --- a/ustd/Makefile +++ b/ustd/Makefile @@ -1,6 +1,6 @@ all: ustd ustd: ustd.c - gcc -g -Wall -I ../libustcomm -I. -I ../../../../libkcompat -o ustd ustd.c ../libustcomm/ustcomm.c + gcc -g -Wall -I ../libustcomm -I. -I ../../../../libkcompat -lpthread -o ustd ustd.c ../libustcomm/ustcomm.c .PHONY: ustd