tls
[lttv.git] / usertrace / Makefile
index 049c44bf6981dd55daaaefbfc335ec6652fbbfe1..83c3b89f40d5aa71361f2dfb4dffb50021aaad00 100644 (file)
@@ -1,6 +1,9 @@
 
+
+CC=gcc
+
 test: test.c lttng_usertrace.c
-       $(CC) $(CFLAGS) -o $@ $^
+       $(CC) $(CFLAGS) -lpthread -o $@ $^
 
 .PHONY : clean
 
This page took 0.031756 seconds and 4 git commands to generate.