~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to poll/include.am

  • Committer: Brian Aker
  • Date: 2012-09-24 01:36:01 UTC
  • mto: This revision was merged to the branch mainline in revision 1072.
  • Revision ID: brian@tangent.org-20120924013601-4f0zeykol10ka6so
Updates from ddm4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# vim:ft=automake
 
2
# included from Top Level Makefile.am
 
3
# All paths should be given relative to the root
 
4
noinst_HEADERS+= poll/poll.h
 
5
 
 
6
if BUILD_POLL
 
7
libmemcached_libmemcached_la_SOURCES += poll/poll.c
 
8
endif