X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=usertrace-fast%2FMakefile;h=6cfaec6ab9f6e57c112ce699ef757fb694ae28f9;hb=1c48e587d7940c6f370ce4a9d01dd8b3f3fd7a32;hp=83c3b89f40d5aa71361f2dfb4dffb50021aaad00;hpb=b09f3215c7a82327f4e572ad252ebf285ffe4707;p=lttv.git diff --git a/usertrace-fast/Makefile b/usertrace-fast/Makefile index 83c3b89f..6cfaec6a 100644 --- a/usertrace-fast/Makefile +++ b/usertrace-fast/Makefile @@ -2,7 +2,7 @@ CC=gcc -test: test.c lttng_usertrace.c +test: test.c ltt-usertrace-fast.c $(CC) $(CFLAGS) -lpthread -o $@ $^ .PHONY : clean