ust: continue moving communication stuff to libustcomm and cleanup
[ust.git] / libtracectl / Makefile
index e30409710ddd0e73d5a19b50f9ad68d031367aa9..acbfbead11ba0f10099ecbd868217327cb5e0ccc 100644 (file)
@@ -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
This page took 0.022706 seconds and 4 git commands to generate.