~ubuntu-branches/debian/sid/gearmand/sid

« back to all changes in this revision

Viewing changes to libgearman-server/plugins/protocol/http/include.am

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2012-05-01 20:43:47 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120501204347-qaifvvjkktvc9upu
Tags: 0.32-1
* Imported Upstream version 0.32
* Remove spelling patch included upstream
* Remove documentation patch, we do not rebuild documentation
* Remove memcached patch, fixed upstream
* Use dh_autoreconf
* Use copyright format 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# vim:ft=automake
2
2
# Gearman
3
 
# Copyright (C) 2011 Data Differential, http://datadifferential.com/
 
3
# Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/
4
4
# All rights reserved.
5
5
#
6
6
# Use and distribution licensed under the BSD license.  See
9
9
# All paths should be given relative to the root
10
10
#
11
11
 
12
 
noinst_HEADERS+= \
13
 
                 libgearman-server/plugins/protocol/http/protocol.h
 
12
noinst_HEADERS+= libgearman-server/plugins/protocol/http/protocol.h
 
13
noinst_HEADERS+= libgearman-server/plugins/protocol/http/method.h
 
14
noinst_HEADERS+= libgearman-server/plugins/protocol/http/response_codes.h
14
15
 
15
 
libgearman_server_libgearman_server_la_SOURCES+= \
16
 
                                                 libgearman-server/plugins/protocol/http/protocol.cc
 
16
libgearman_server_libgearman_server_la_SOURCES+= libgearman-server/plugins/protocol/http/protocol.cc
 
17
libgearman_server_libgearman_server_la_SOURCES+= libgearman-server/plugins/protocol/http/response_codes.cc
 
18
libgearman_server_libgearman_server_la_SOURCES+= libgearman-server/plugins/protocol/http/method.cc