X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libtracectl%2FMakefile;h=acbfbead11ba0f10099ecbd868217327cb5e0ccc;hb=3a7b90de71f2a82f73f06fb14a7b77805aea1064;hp=754e8ffc9ab807da06bbbc50994b8262255b53c9;hpb=68c1021b2136a6aea5dbbe138c5103e30b5d8712;p=lttng-ust.git diff --git a/libtracectl/Makefile b/libtracectl/Makefile index 754e8ffc..acbfbead 100644 --- a/libtracectl/Makefile +++ b/libtracectl/Makefile @@ -1,7 +1,9 @@ all: libtracectl.so libtracectl.so: tracectl.c - gcc -g -shared -fPIC -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