X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libtracectl%2FMakefile;h=acbfbead11ba0f10099ecbd868217327cb5e0ccc;hb=d9ebd4fc80d40e5f089f0b56426d858b13950513;hp=6aa41e46c6d9f1768ad8af039811f7fe31c67cbc;hpb=fbd8191b00521bbe7e52a6d1ff4bb814708f06ba;p=lttng-ust.git diff --git a/libtracectl/Makefile b/libtracectl/Makefile index 6aa41e46..acbfbead 100644 --- a/libtracectl/Makefile +++ b/libtracectl/Makefile @@ -1,7 +1,9 @@ all: libtracectl.so libtracectl.so: tracectl.c - gcc -g -shared -fPIC -I../libmarkers -I../share -o libtracectl.so tracectl.c + gcc -g -shared -fPIC -I../libmarkers -I../libtracing -I../share -I../libustcomm -I. $(CFLAGS) -o libtracectl.so tracectl.c marker-control.c ../share/usterr.c ../libustcomm/ustcomm.c clean: rm -rf *.so *.o + +.PHONY: libtracectl.so