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