X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Flist%2FMakefile.cds_list_for_each_rcu;h=2f2f02fefd77a3c64b8c3a03e5754d15d08b7557;hb=cafe8ce139ea02d497582c4abb27d065e6e46d79;hp=3a81db45c5792e30a96041a5bbf58bb70f00509f;hpb=17fb31883652e28774dbb148f7237382de3ab504;p=urcu.git diff --git a/doc/examples/list/Makefile.cds_list_for_each_rcu b/doc/examples/list/Makefile.cds_list_for_each_rcu index 3a81db4..2f2f02f 100644 --- a/doc/examples/list/Makefile.cds_list_for_each_rcu +++ b/doc/examples/list/Makefile.cds_list_for_each_rcu @@ -16,5 +16,6 @@ EXAMPLE_NAME = cds_list_for_each_rcu SOURCES = $(EXAMPLE_NAME).c OBJECTS = $(EXAMPLE_NAME).o BINARY = $(EXAMPLE_NAME) +LIBS = -lurcu include ../Makefile.examples.template