DRY out multiple hash functions.
[pazpar2-moved-to-github.git] / src / Makefile.am
index 62279a0..fbb7b16 100644 (file)
@@ -26,7 +26,8 @@ libpazpar2_a_SOURCES = pazpar2_config.c pazpar2_config.h eventl.c eventl.h \
        settings.h settings.c sel_thread.c sel_thread.h getaddrinfo.c \
        charsets.c charsets.h \
        client.c client.h connection.c connection.h host.h parameters.h \
-       dirent.c direntz.h marcmap.c marcmap.h marchash.c marchash.h
+       dirent.c direntz.h marcmap.c marcmap.h marchash.c marchash.h \
+       jenkins_hash.c jenkins_hash.h
 
 pazpar2_SOURCES = pazpar2.c
 pazpar2_LDADD = libpazpar2.a $(YAZLIB)