The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# vim:ft=automake
# included from Top Level Makefile.am
# All paths should be given relative to the root
noinst_HEADERS+= poll/poll.h

if BUILD_POLL
libmemcached_libmemcached_la_SOURCES += poll/poll.c
endif