~fractalcat/gearmand/docfixes

« back to all changes in this revision

Viewing changes to libgearman/include.am

  • Committer: Brian Aker
  • Date: 2012-12-13 11:44:26 UTC
  • mto: (621.4.66 workspace)
  • mto: This revision was merged to the branch mainline in revision 676.
  • Revision ID: brian@tangent.org-20121213114426-lnrt6aysy7lqc01h
Adding support for deriving the unique value based on the data that is supplied by the client.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
libgearman_libgearman_la_LIBADD=
118
118
libgearman_libgearman_la_LIBADD+= @LIBUUID_LIB@
119
119
libgearman_libgearman_la_LIBADD+= @DL_LIB@
 
120
libgearman_libgearman_la_LIBADD+= libhashkit/libhashkit.la
120
121
 
121
122
if TARGET_LINUX
122
123
libgearman_libgearman_la_LIBADD+= @LIBM@