include.am 815 B

123456789101112131415161718
  1. # vim:ft=automake
  2. # Gearman
  3. # Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/
  4. # All rights reserved.
  5. #
  6. # Use and distribution licensed under the BSD license. See
  7. # the COPYING file in the parent directory for full text.
  8. #
  9. # All paths should be given relative to the root
  10. #
  11. noinst_HEADERS+= libgearman-server/plugins/protocol/http/protocol.h
  12. noinst_HEADERS+= libgearman-server/plugins/protocol/http/method.h
  13. noinst_HEADERS+= libgearman-server/plugins/protocol/http/response_codes.h
  14. libgearman_server_libgearman_server_la_SOURCES+= libgearman-server/plugins/protocol/http/protocol.cc
  15. libgearman_server_libgearman_server_la_SOURCES+= libgearman-server/plugins/protocol/http/response_codes.cc
  16. libgearman_server_libgearman_server_la_SOURCES+= libgearman-server/plugins/protocol/http/method.cc