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