ust: generate traces readable in lttv
[ust.git] / libmarkers / Makefile
index e53283c99d14c3993a75cf691f81019eb5e42cf8..d3729f8ff64da6de414dad9f96c72800df1159f6 100644 (file)
@@ -1,6 +1,6 @@
 all: libmarkers.so
 
 libmarkers.so: marker.c *.c *.h
-       gcc -g -fPIC -I../share -I../libtracing -shared -o libmarkers.so marker.c ../share/kref.c
+       gcc -g -fPIC -I../share -I../libtracing -I. -shared -o libmarkers.so marker.c ../share/kref.c ../libtracing/channels.c
 
 .PHONY: libmarkers.so all
This page took 0.022562 seconds and 4 git commands to generate.