doc/examples: cds_lfht_lookup
[urcu.git] / doc / examples / Makefile.am
index 60848e912f8d85bc571db5fe0fb8d49ddc98f158..9441296b5c97c2528f95e8973a84ebe113e60f25 100644 (file)
@@ -98,10 +98,16 @@ dist_doc_examples_rculfhash_DATA = \
        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_add_unique.c \
-       rculfhash/cds_lfht_del.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
This page took 0.02249 seconds and 4 git commands to generate.