ust: make lttd work
[ust.git] / ustd / Makefile
index 503b7e4a4e438188dfd04c21562167ff22aea6c3..0de51f87b6f3884bd8910bc6894876b65fa173fa 100644 (file)
@@ -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
This page took 0.023087 seconds and 4 git commands to generate.