From: compudj Date: Mon, 12 Jun 2006 13:40:12 +0000 (+0000) Subject: add thread branding X-Git-Tag: v0.12.20~1572 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=a31c6b45ecaaa09fe220f4f89ca12e8ab7a16600;p=lttv.git add thread branding git-svn-id: http://ltt.polymtl.ca/svn@1917 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt-usertrace/Makefile b/ltt-usertrace/Makefile index cfd4622f..dad7049c 100644 --- a/ltt-usertrace/Makefile +++ b/ltt-usertrace/Makefile @@ -15,11 +15,14 @@ all: libs samples #SAMPLE PROGRAMS samples: sample sample-highspeed sample-printf \ - sample-instrument-fct sample-thread-slow sample-thread-fast + sample-instrument-fct sample-thread-slow sample-thread-fast sample-thread-brand sample: sample.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 $@ $^ + sample-highspeed: sample-highspeed.c ltt-facility-loader-user_generic.c $(CC) $(LTT_CFLAGS) $(CFLAGS) -lltt-usertrace-fast -o $@ $^