ust: fix several segfaults, now seems to trace without errors
[ust.git] / libtracing / Makefile
index dd58ce5d3b37e1ab9b0759f21e26fb0677c608a0..b2904e85e2dc0e5de450ecc2cdf5d40e022a90ea 100644 (file)
@@ -1,6 +1,6 @@
 all: libtracing.so
 
 libtracing.so: *.c *.h
-       gcc -g -fPIC -I../share -I../libtracing -shared -o libtracing.so *.c
+       gcc -g -fPIC -I../share -I../libtracing -I../libmarkers -shared -o libtracing.so *.c
 
 .PHONY: libtracing.so all
This page took 0.024596 seconds and 4 git commands to generate.