~yeban/libmemcached/todo-host.c

« back to all changes in this revision

Viewing changes to libhashkit/include.am

  • Committer: Brian Aker
  • Date: 2011-02-15 17:26:17 UTC
  • Revision ID: brian@tangent.org-20110215172617-gr7j6dibksxdupwj
Merge in bug fix for 677609

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
                                  libhashkit/jenkins.c \
41
41
                                  libhashkit/ketama.c \
42
42
                                  libhashkit/md5.c \
43
 
                                  libhashkit/murmur.c \
44
43
                                  libhashkit/one_at_a_time.c \
45
44
                                  libhashkit/strerror.c
46
45
 
48
47
libhashkit_libhashkit_la_SOURCES+= libhashkit/hsieh.c
49
48
endif
50
49
 
 
50
if INCLUDE_MURMUR_SRC
 
51
libhashkit_libhashkit_la_SOURCES+= libhashkit/murmur.c
 
52
endif
 
53
 
51
54
libhashkit_libhashkit_la_CFLAGS= \
52
55
                                 ${AM_CFLAGS} \
53
56
                                 -DBUILDING_HASHKIT