X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fexamples%2FMakefile.am;h=9441296b5c97c2528f95e8973a84ebe113e60f25;hb=2dbf31c9e6479b126f67a3494a9b4dfaa57b39b3;hp=75021aa38577eca4f044eeaa53c9dc4067fdb2e5;hpb=f7e7a1b86b06da9d2cef60e43039fa8c8ae6479a;p=urcu.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 75021aa..9441296 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -97,9 +97,17 @@ dist_doc_examples_rculfhash_DATA = \ rculfhash/Makefile \ rculfhash/jhash.h \ rculfhash/Makefile.cds_lfht_add \ + rculfhash/Makefile.cds_lfht_add_unique \ + rculfhash/Makefile.cds_lfht_add_replace \ rculfhash/Makefile.cds_lfht_del \ + rculfhash/Makefile.cds_lfht_destroy \ + rculfhash/Makefile.cds_lfht_lookup \ rculfhash/cds_lfht_add.c \ - rculfhash/cds_lfht_del.c + rculfhash/cds_lfht_add_unique.c \ + rculfhash/cds_lfht_add_replace.c \ + rculfhash/cds_lfht_del.c \ + rculfhash/cds_lfht_destroy.c \ + rculfhash/cds_lfht_lookup.c if NO_SHARED # Don't build examples if shared libraries support was explicitly