X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Flist%2FMakefile.cds_list_add_tail_rcu;fp=doc%2Fexamples%2Flist%2FMakefile.cds_list_add_tail_rcu;h=30310242c5f199328db01f17535e37b661bc21a6;hb=db017c417c48ec966c30a3a7a94291e227c4878a;hp=a3b5a73d5644bf0268596463085d49e3b45dac14;hpb=17fb31883652e28774dbb148f7237382de3ab504;p=urcu.git diff --git a/doc/examples/list/Makefile.cds_list_add_tail_rcu b/doc/examples/list/Makefile.cds_list_add_tail_rcu index a3b5a73..3031024 100644 --- a/doc/examples/list/Makefile.cds_list_add_tail_rcu +++ b/doc/examples/list/Makefile.cds_list_add_tail_rcu @@ -16,5 +16,6 @@ EXAMPLE_NAME = cds_list_add_tail_rcu SOURCES = $(EXAMPLE_NAME).c OBJECTS = $(EXAMPLE_NAME).o BINARY = $(EXAMPLE_NAME) +LIBS = -lurcu include ../Makefile.examples.template