fix multiple traces support in cfv
[lttv.git] / ltt-usertrace / Makefile
index c7ca3cf56d1dc6d0bbab627b86778e5ddd8673c3..c59c0edf6e294fcc386dad968802d2f92fa223be 100644 (file)
@@ -15,10 +15,12 @@ all: libs samples
 #SAMPLE PROGRAMS
 
 samples: sample sample-highspeed sample-printf \
-       sample-instrument-fct sample-thread-slow sample-thread-fast sample-thread-brand
+       sample-instrument-fct sample-thread-slow sample-thread-fast sample-thread-brand sample-block
 
 sample: sample.c ltt-facility-loader-user_generic.c
        $(CC) $(LTT_CFLAGS) $(CFLAGS) -o $@ $^
+sample-block: sample-block.c ltt-facility-loader-user_generic.c
+       $(CC) $(LTT_CFLAGS) $(CFLAGS) -o $@ $^
        
 sample-thread-brand: sample-thread-brand.c ltt-facility-loader-user_generic.c
        $(CC) $(LTT_CFLAGS) $(CFLAGS) -o $@ $^
This page took 0.040247 seconds and 4 git commands to generate.