X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libtracectl%2FMakefile;h=acbfbead11ba0f10099ecbd868217327cb5e0ccc;hb=d0b5f2b948ed0da3f8acd10817f85f5200749121;hp=e30409710ddd0e73d5a19b50f9ad68d031367aa9;hpb=f9e5ce615d925102c8cf44f4fe61ab6aacd92c45;p=ust.git diff --git a/libtracectl/Makefile b/libtracectl/Makefile index e304097..acbfbea 100644 --- a/libtracectl/Makefile +++ b/libtracectl/Makefile @@ -1,7 +1,7 @@ all: libtracectl.so libtracectl.so: tracectl.c - gcc -g -shared -fPIC -I../libmarkers -I../libtracing -I../share $(CFLAGS) -o libtracectl.so tracectl.c marker-control.c ../share/usterr.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