X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libtracectl%2FMakefile;h=27803da2b44862a4b5f11b0778e721a446d18272;hb=09938485689f3482ec845e52d5bf5e78c1093e27;hp=754e8ffc9ab807da06bbbc50994b8262255b53c9;hpb=68c1021b2136a6aea5dbbe138c5103e30b5d8712;p=lttng-ust.git diff --git a/libtracectl/Makefile b/libtracectl/Makefile index 754e8ffc..27803da2 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 $(CFLAGS) -o libtracectl.so tracectl.c clean: rm -rf *.so *.o