~oleksiyk/gearmand/mysql

« back to all changes in this revision

Viewing changes to libgearman-server/plugins/queue/mysql/include.am

  • Committer: Oleksiy Krivoshey
  • Date: 2012-02-13 16:16:01 UTC
  • Revision ID: oleksiyk@gmail.com-20120213161601-ukuwc9xwgfbolrd7
Initial commit for mysqlclient queue support (-q MySQL)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Gearman
 
2
# Copyright (C) 2011 Oleksiy Krivoshey
 
3
# All rights reserved.
 
4
#
 
5
# Use and distribution licensed under the BSD license.  See
 
6
# the COPYING file in the parent directory for full text.
 
7
#
 
8
# All paths should be given relative to the root
 
9
#
 
10
 
 
11
noinst_HEADERS+= \
 
12
                 libgearman-server/plugins/queue/mysql/queue.h
 
13
 
 
14
libgearman_server_libgearman_server_la_SOURCES+= \
 
15
                                                 libgearman-server/plugins/queue/mysql/queue.cc
 
16
 
 
17
libgearman_server_libgearman_server_la_LIBADD+= $(MYSQL_LDFLAGS)
 
18
 
 
19