X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libtracectl%2FMakefile;h=6aa41e46c6d9f1768ad8af039811f7fe31c67cbc;hb=fbd8191b00521bbe7e52a6d1ff4bb814708f06ba;hp=754e8ffc9ab807da06bbbc50994b8262255b53c9;hpb=68c1021b2136a6aea5dbbe138c5103e30b5d8712;p=lttng-ust.git diff --git a/libtracectl/Makefile b/libtracectl/Makefile index 754e8ffc..6aa41e46 100644 --- a/libtracectl/Makefile +++ b/libtracectl/Makefile @@ -1,7 +1,7 @@ all: libtracectl.so libtracectl.so: tracectl.c - gcc -g -shared -fPIC -o libtracectl.so tracectl.c + gcc -g -shared -fPIC -I../libmarkers -I../share -o libtracectl.so tracectl.c clean: rm -rf *.so *.o