X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=16477b5428860d699051d8f9de22c2887ad3a47d;hp=75021aa38577eca4f044eeaa53c9dc4067fdb2e5;hb=b5e35d2dfb026d7f06eec10b3d4794646680429f;hpb=f7e7a1b86b06da9d2cef60e43039fa8c8ae6479a diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 75021aa..16477b5 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -97,9 +97,19 @@ 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/Makefile.cds_lfht_for_each_entry_duplicate \ 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 \ + rculfhash/cds_lfht_for_each_entry_duplicate.c if NO_SHARED # Don't build examples if shared libraries support was explicitly