ust: add userspace rcu support
[lttng-ust.git] / libtracectl / Makefile
index 754e8ffc9ab807da06bbbc50994b8262255b53c9..27803da2b44862a4b5f11b0778e721a446d18272 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 $(CFLAGS) -o libtracectl.so tracectl.c
 
 clean:
        rm -rf *.so *.o
This page took 0.023871 seconds and 4 git commands to generate.