ust: be able to list markers using ust
[ust.git] / libtracectl / Makefile
index 754e8ffc9ab807da06bbbc50994b8262255b53c9..6aa41e46c6d9f1768ad8af039811f7fe31c67cbc 100644 (file)
@@ -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
This page took 0.022713 seconds and 4 git commands to generate.